#BC75C8

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

Shades of Medium Orchid #BC75C8

Tints of Medium Orchid #BC75C8

Color information

#BC75C8 (or 0xBC75C8) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and C8. RGB value is (188,117,200). Sum of RGB (Red+Green+Blue) = 188+117+200=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC75C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C8 is #438A37. Grayscale: #939393. Windows color (decimal): -4426296 or 13137340. OLE color: 13137340.

HSL color Cylindrical-coordinate representation of color #BC75C8: hue angle of 291.33º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC75C8 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188117200-
CMYK0.060.4200.22
HSL291.33º43.01%62.16%-
HSV(B)291.33º41.5%78.43%-
XYZ37.5327.5857.99-
YUV147.69157.52156.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=37.23%
G=23.17%
B=39.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881172000.060.4200.22291.3343.0162.16
HexBC75C862A0161232b3e
Octal2741653106520264435376
Binary10111100111010111001000110101010010110100100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75C8; }

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

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

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

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

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

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

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

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