#BC50CB

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

Shades of Medium Orchid #BC50CB

Tints of Medium Orchid #BC50CB

Color information

#BC50CB (or 0xBC50CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 50 and CB. RGB value is (188,80,203). Sum of RGB (Red+Green+Blue) = 188+80+203=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50CB is #43AF34. Grayscale: #7D7D7D. Windows color (decimal): -4435765 or 13324476. OLE color: 13324476.

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

Color convert

RGB18880203-
CMYK0.070.6100.20
HSL292.68º54.19%55.49%-
HSV(B)292.68º60.59%79.61%-
XYZ34.3920.7458.69-
YUV126.31171.28172-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 80 (31.64% from 255) = 16.99%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=39.92%
G=16.99%
B=43.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188802030.070.6100.20292.6854.1955.49
HexBC50CB73D0141253637
Octal2741203137750244456667
Binary10111100101000011001011111111101010100100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50CB; }

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

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

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

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

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

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

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

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