#BC52CB

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

Shades of Medium Orchid #BC52CB

Tints of Medium Orchid #BC52CB

Color information

#BC52CB (or 0xBC52CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and CB. RGB value is (188,82,203). Sum of RGB (Red+Green+Blue) = 188+82+203=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52CB is #43AD34. Grayscale: #7F7F7F. Windows color (decimal): -4435253 or 13324988. OLE color: 13324988.

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

Color convert

RGB18882203-
CMYK0.070.6000.20
HSL292.56º53.78%55.88%-
HSV(B)292.56º59.61%79.61%-
XYZ34.5421.0458.74-
YUV127.49170.62171.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=39.75%
G=17.34%
B=42.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188822030.070.6000.20292.5653.7855.88
HexBC52CB73C0141253638
Octal2741223137740244456670
Binary10111100101001011001011111111100010100100100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52CB; }

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

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

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

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

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

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

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

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