#BC52C9

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

Shades of Medium Orchid #BC52C9

Tints of Medium Orchid #BC52C9

Color information

#BC52C9 (or 0xBC52C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and C9. RGB value is (188,82,201). Sum of RGB (Red+Green+Blue) = 188+82+201=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52C9 is #43AD36. Grayscale: #7E7E7E. Windows color (decimal): -4435255 or 13193916. OLE color: 13193916.

HSL color Cylindrical-coordinate representation of color #BC52C9: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC52C9 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18882201-
CMYK0.060.5900.21
HSL293.45º52.42%55.49%-
HSV(B)293.45º59.2%78.82%-
XYZ34.320.9457.49-
YUV127.26169.62171.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=39.92%
G=17.41%
B=42.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188822010.060.5900.21293.4552.4255.49
HexBC52C963B0151253437
Octal2741223116730254456467
Binary10111100101001011001001110111011010101100100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52C9; }

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

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

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

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

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

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

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

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