#BB39DA

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

Shades of Medium Orchid #BB39DA

Tints of Medium Orchid #BB39DA

Color information

#BB39DA (or 0xBB39DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 39 and DA. RGB value is (187,57,218). Sum of RGB (Red+Green+Blue) = 187+57+218=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39DA is #44C625. Grayscale: #717171. Windows color (decimal): -4507174 or 14301627. OLE color: 14301627.

HSL color Cylindrical-coordinate representation of color #BB39DA: hue angle of 288.45º 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 #BB39DA is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18757218-
CMYK0.140.7400.15
HSL288.45º68.51%53.92%-
HSV(B)288.45º73.85%85.49%-
XYZ34.6118.5568.09-
YUV114.22186.57179.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 57 (22.66% from 255) = 12.34%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=40.48%
G=12.34%
B=47.19%

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
Decimal187572180.140.7400.15288.4568.5153.92
HexBB39DAE4A0F1204536
Octal273713321611201744010566
Binary101110111110011101101011101001010011111001000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39DA; }

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

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

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

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

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

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

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

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