Shades of Medium Orchid #BB39CE
Tints of Medium Orchid #BB39CE
RGB
CMYK
RGB Variations
Color information
#BB39CE (or 0xBB39CE) is known color: Medium Orchid. HEX triplet: BB, 39 and CE. RGB value is (187,57,206). Sum of RGB (Red+Green+Blue) = 187+57+206=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39CE is #44C631. Grayscale: #707070. Windows color (decimal): -4507186 or 13515195. OLE color: 13515195.
HSL color Cylindrical-coordinate representation of color #BB39CE: hue angle of 292.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB39CE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 57 | 206 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.19 |
| HSL | 292.35º | 0.6% | 0.52% | - |
| HSV(B) | 292.35º | 0.72% | 0.81% | - |
| XYZ | 33.1 | 17.95 | 60.11 | - |
| YUV | 112.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 206 | 0.09 | 0.72 | 0 | 0.19 | 292.35 | 0.6 | 0.52 |
| Hex | BB | 39 | CE | 9 | 48 | 0 | 13 | 124 | 3C | 34 |
| Octal | 273 | 71 | 316 | 11 | 110 | 0 | 23 | 444 | 74 | 64 |
| Binary | 10111011 | 111001 | 11001110 | 1001 | 1001000 | 0 | 10011 | 100100100 | 111100 | 110100 |
Color Harmonies of #BB39CE
Complementary color
Monochromatic Colors of #BB39CE
Black with #BB39CE
Text Example
Text Example
White with #BB39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39CE; }
p { color: rgb(187,57,206); }
H1.HeaderClassName
{
color: #BB39CE;
}
.AnyTagClassName
{
color: #BB39CE;
}
</style>
background-color css
<style>
a { background-color: #BB39CE; }
a { background-color: rgb(187,57,206); }
div.DivClassName
{
background-color: #BB39CE;
}
.BgClassName
{
background-color: #BB39CE;
}
</style>
border-color css
<style>
span { border-color: #BB39CE; }
span { border-color: rgb(187,57,206); }
td.TdClassName
{
border-color: #BB39CE;
}
.TagClassName
{
border-color: #BB39CE;
}
</style>