#BC75CB

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

Shades of Medium Orchid #BC75CB

Tints of Medium Orchid #BC75CB

Color information

#BC75CB (or 0xBC75CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and CB. RGB value is (188,117,203). Sum of RGB (Red+Green+Blue) = 188+117+203=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CB is #438A34. Grayscale: #939393. Windows color (decimal): -4426293 or 13333948. OLE color: 13333948.

HSL color Cylindrical-coordinate representation of color #BC75CB: hue angle of 289.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC75CB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188117203-
CMYK0.070.4200.20
HSL289.53º45.26%62.75%-
HSV(B)289.53º42.36%79.61%-
XYZ37.8827.7359.86-
YUV148.03159.02156.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=37.01%
G=23.03%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881172030.070.4200.20289.5345.2662.75
HexBC75CB72A0141222d3f
Octal2741653137520244425577
Binary10111100111010111001011111101010010100100100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75CB; }

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

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

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

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

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

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

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

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