#BC52DA

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

Shades of Medium Orchid #BC52DA

Tints of Medium Orchid #BC52DA

Color information

#BC52DA (or 0xBC52DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and DA. RGB value is (188,82,218). Sum of RGB (Red+Green+Blue) = 188+82+218=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DA is #43AD25. Grayscale: #808080. Windows color (decimal): -4435238 or 14308028. OLE color: 14308028.

HSL color Cylindrical-coordinate representation of color #BC52DA: hue angle of 286.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC52DA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18882218-
CMYK0.140.6200.15
HSL286.76º64.76%58.82%-
HSV(B)286.76º62.39%85.49%-
XYZ36.4121.7968.62-
YUV129.2178.12169.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 82 (32.42% from 255) = 16.80%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=38.52%
G=16.80%
B=44.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188822180.140.6200.15286.7664.7658.82
HexBC52DAE3E0F11f413b
Octal274122332167601743710173
Binary101111001010010110110101110111110011111000111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52DA; }

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

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

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

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

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

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

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

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