Shades of Medium Orchid #BB36DF
Tints of Medium Orchid #BB36DF
RGB
CMYK
RGB Variations
Color information
#BB36DF (or 0xBB36DF) is known color: Medium Orchid. HEX triplet: BB, 36 and DF. RGB value is (187,54,223). Sum of RGB (Red+Green+Blue) = 187+54+223=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DF is #44C920. Grayscale: #707070. Windows color (decimal): -4507937 or 14628539. OLE color: 14628539.
HSL color Cylindrical-coordinate representation of color #BB36DF: hue angle of 287.22º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB36DF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 54 | 223 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.22º | 0.73% | 0.54% | - |
| HSV(B) | 287.22º | 0.76% | 0.87% | - |
| XYZ | 35.13 | 18.53 | 71.54 | - |
| YUV | 113.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 223 | 0.16 | 0.76 | 0 | 0.13 | 287.22 | 0.73 | 0.54 |
| Hex | BB | 36 | DF | 10 | 4C | 0 | D | 11F | 49 | 36 |
| Octal | 273 | 66 | 337 | 20 | 114 | 0 | 15 | 437 | 111 | 66 |
| Binary | 10111011 | 110110 | 11011111 | 10000 | 1001100 | 0 | 1101 | 100011111 | 1001001 | 110110 |
Color Harmonies of #BB36DF
Complementary color
Monochromatic Colors of #BB36DF
Black with #BB36DF
Text Example
Text Example
White with #BB36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36DF; }
p { color: rgb(187,54,223); }
H1.HeaderClassName
{
color: #BB36DF;
}
.AnyTagClassName
{
color: #BB36DF;
}
</style>
background-color css
<style>
a { background-color: #BB36DF; }
a { background-color: rgb(187,54,223); }
div.DivClassName
{
background-color: #BB36DF;
}
.BgClassName
{
background-color: #BB36DF;
}
</style>
border-color css
<style>
span { border-color: #BB36DF; }
span { border-color: rgb(187,54,223); }
td.TdClassName
{
border-color: #BB36DF;
}
.TagClassName
{
border-color: #BB36DF;
}
</style>