#BC75CE

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

Shades of Medium Orchid #BC75CE

Tints of Medium Orchid #BC75CE

Color information

#BC75CE (or 0xBC75CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and CE. RGB value is (188,117,206). Sum of RGB (Red+Green+Blue) = 188+117+206=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CE is #438A31. Grayscale: #949494. Windows color (decimal): -4426290 or 13530556. OLE color: 13530556.

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

Color convert

RGB188117206-
CMYK0.090.4300.19
HSL287.87º47.59%63.33%-
HSV(B)287.87º43.2%80.78%-
XYZ38.2427.8761.76-
YUV148.38160.52156.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=36.79%
G=22.90%
B=40.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881172060.090.4300.19287.8747.5963.33
HexBC75CE92B013120303f
Octal27416531611530234406077
Binary101111001110101110011101001101011010011100100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75CE; }

 p { color: rgb(188,117,206); }

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

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

 a { background-color: rgb(188,117,206); }

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

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

 span { border-color: rgb(188,117,206); }

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