#BB39D0

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

Shades of Medium Orchid #BB39D0

Tints of Medium Orchid #BB39D0

Color information

#BB39D0 (or 0xBB39D0) is unknown color: approx Medium Orchid. HEX triplet: BB, 39 and D0. RGB value is (187,57,208). Sum of RGB (Red+Green+Blue) = 187+57+208=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB39D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39D0 is #44C62F. Grayscale: #707070. Windows color (decimal): -4507184 or 13646267. OLE color: 13646267.

HSL color Cylindrical-coordinate representation of color #BB39D0: hue angle of 291.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB39D0 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18757208-
CMYK0.100.7300.18
HSL291.66º61.63%51.96%-
HSV(B)291.66º72.6%81.57%-
XYZ33.3418.0561.4-
YUV113.08181.57180.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 57 (22.66% from 255) = 12.61%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=41.37%
G=12.61%
B=46.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187572080.100.7300.18291.6661.6351.96
HexBB39D0A490121243e34
Octal27371320121110224447664
Binary101110111110011101000010101001001010010100100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39D0; }

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

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

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

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

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

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

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

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