#BC74CF

Color #BC74CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC74CF

Tints of Medium Orchid #BC74CF

Color information

#BC74CF (or 0xBC74CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and CF. RGB value is (188,116,207). Sum of RGB (Red+Green+Blue) = 188+116+207=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74CF is #438B30. Grayscale: #939393. Windows color (decimal): -4426545 or 13595836. OLE color: 13595836.

HSL color Cylindrical-coordinate representation of color #BC74CF: hue angle of 287.47º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC74CF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188116207-
CMYK0.090.4400.19
HSL287.47º48.66%63.33%-
HSV(B)287.47º43.96%81.18%-
XYZ38.2527.6962.36-
YUV147.9161.35156.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=36.79%
G=22.70%
B=40.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881162070.090.4400.19287.4748.6663.33
HexBC74CF92C01311f313f
Octal27416431711540234376177
Binary101111001110100110011111001101100010011100011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74CF; }

 p { color: rgb(188,116,207); }

 H1.HeaderClassName
 {
   color: #BC74CF;
 }
 .AnyTagClassName
 {
   color: #BC74CF;
 }
</style>
background-color css

<style>
 a { background-color: #BC74CF; }

 a { background-color: rgb(188,116,207); }

 div.DivClassName
 {
   background-color: #BC74CF;
 }
 .BgClassName
 {
   background-color: #BC74CF;
 }
</style>
border-color css

<style>
 span { border-color: #BC74CF; }

 span { border-color: rgb(188,116,207); }

 td.TdClassName
 {
   border-color: #BC74CF;
 }
 .TagClassName
 {
   border-color: #BC74CF;
 }
</style>