#BC52D7

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

Shades of Medium Orchid #BC52D7

Tints of Medium Orchid #BC52D7

Color information

#BC52D7 (or 0xBC52D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and D7. RGB value is (188,82,215). Sum of RGB (Red+Green+Blue) = 188+82+215=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52D7 is #43AD28. Grayscale: #808080. Windows color (decimal): -4435241 or 14111420. OLE color: 14111420.

HSL color Cylindrical-coordinate representation of color #BC52D7: hue angle of 287.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC52D7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18882215-
CMYK0.130.6200.16
HSL287.82º62.44%58.24%-
HSV(B)287.82º61.86%84.31%-
XYZ36.0221.6366.57-
YUV128.86176.62170.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 82 (32.42% from 255) = 16.91%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=38.76%
G=16.91%
B=44.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188822150.130.6200.16287.8262.4458.24
HexBC52D7D3E0101203e3a
Octal27412232715760204407672
Binary101111001010010110101111101111110010000100100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52D7; }

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

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

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

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

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

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

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

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