#BC73CB

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

Shades of Medium Orchid #BC73CB

Tints of Medium Orchid #BC73CB

Color information

#BC73CB (or 0xBC73CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 73 and CB. RGB value is (188,115,203). Sum of RGB (Red+Green+Blue) = 188+115+203=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CB is #438C34. Grayscale: #929292. Windows color (decimal): -4426805 or 13333436. OLE color: 13333436.

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

Color convert

RGB188115203-
CMYK0.070.4300.20
HSL289.77º45.83%62.35%-
HSV(B)289.77º43.35%79.61%-
XYZ37.6527.2659.78-
YUV146.86159.68157.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=37.15%
G=22.73%
B=40.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881152030.070.4300.20289.7745.8362.35
HexBC73CB72B0141222e3e
Octal2741633137530244425676
Binary10111100111001111001011111101011010100100100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73CB; }

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

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

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

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

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

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

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

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