#BC39DA

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

Shades of Medium Orchid #BC39DA

Tints of Medium Orchid #BC39DA

Color information

#BC39DA (or 0xBC39DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 39 and DA. RGB value is (188,57,218). Sum of RGB (Red+Green+Blue) = 188+57+218=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39DA is #43C625. Grayscale: #727272. Windows color (decimal): -4441638 or 14301628. OLE color: 14301628.

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

Color convert

RGB18857218-
CMYK0.140.7400.15
HSL288.82º68.51%53.92%-
HSV(B)288.82º73.85%85.49%-
XYZ34.8618.6868.1-
YUV114.52186.4180.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 57 (22.66% from 255) = 12.31%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=40.60%
G=12.31%
B=47.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188572180.140.7400.15288.8268.5153.92
HexBC39DAE4A0F1214536
Octal274713321611201744110566
Binary101111001110011101101011101001010011111001000011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39DA; }

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

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

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

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

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

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

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

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