Shades of Medium Orchid #BB39DF
Tints of Medium Orchid #BB39DF
RGB
CMYK
RGB Variations
Color information
#BB39DF (or 0xBB39DF) is known color: Medium Orchid. HEX triplet: BB, 39 and DF. RGB value is (187,57,223). Sum of RGB (Red+Green+Blue) = 187+57+223=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39DF is #44C620. Grayscale: #727272. Windows color (decimal): -4507169 or 14629307. OLE color: 14629307.
HSL color Cylindrical-coordinate representation of color #BB39DF: hue angle of 286.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB39DF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 57 | 223 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 286.99º | 0.72% | 0.55% | - |
| HSV(B) | 286.99º | 0.74% | 0.87% | - |
| XYZ | 35.28 | 18.82 | 71.59 | - |
| YUV | 114.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 223 | 0.16 | 0.74 | 0 | 0.13 | 286.99 | 0.72 | 0.55 |
| Hex | BB | 39 | DF | 10 | 4A | 0 | D | 11F | 48 | 37 |
| Octal | 273 | 71 | 337 | 20 | 112 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111011 | 111001 | 11011111 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BB39DF
Complementary color
Monochromatic Colors of #BB39DF
Black with #BB39DF
Text Example
Text Example
White with #BB39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39DF; }
p { color: rgb(187,57,223); }
H1.HeaderClassName
{
color: #BB39DF;
}
.AnyTagClassName
{
color: #BB39DF;
}
</style>
background-color css
<style>
a { background-color: #BB39DF; }
a { background-color: rgb(187,57,223); }
div.DivClassName
{
background-color: #BB39DF;
}
.BgClassName
{
background-color: #BB39DF;
}
</style>
border-color css
<style>
span { border-color: #BB39DF; }
span { border-color: rgb(187,57,223); }
td.TdClassName
{
border-color: #BB39DF;
}
.TagClassName
{
border-color: #BB39DF;
}
</style>