Shades of Medium Orchid #BB72DF
Tints of Medium Orchid #BB72DF
RGB
CMYK
RGB Variations
Color information
#BB72DF (or 0xBB72DF) is known color: Medium Orchid. HEX triplet: BB, 72 and DF. RGB value is (187,114,223). Sum of RGB (Red+Green+Blue) = 187+114+223=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DF is #448D20. Grayscale: #939393. Windows color (decimal): -4492577 or 14643899. OLE color: 14643899.
HSL color Cylindrical-coordinate representation of color #BB72DF: hue angle of 280.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB72DF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 114 | 223 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.13 |
| HSL | 280.18º | 0.63% | 0.66% | - |
| HSV(B) | 280.18º | 0.49% | 0.87% | - |
| XYZ | 39.83 | 27.93 | 73.1 | - |
| YUV | 148.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 223 | 0.16 | 0.49 | 0 | 0.13 | 280.18 | 0.63 | 0.66 |
| Hex | BB | 72 | DF | 10 | 31 | 0 | D | 118 | 3F | 42 |
| Octal | 273 | 162 | 337 | 20 | 61 | 0 | 15 | 430 | 77 | 102 |
| Binary | 10111011 | 1110010 | 11011111 | 10000 | 110001 | 0 | 1101 | 100011000 | 111111 | 1000010 |
Color Harmonies of #BB72DF
Complementary color
Monochromatic Colors of #BB72DF
Black with #BB72DF
Text Example
Text Example
White with #BB72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72DF; }
p { color: rgb(187,114,223); }
H1.HeaderClassName
{
color: #BB72DF;
}
.AnyTagClassName
{
color: #BB72DF;
}
</style>
background-color css
<style>
a { background-color: #BB72DF; }
a { background-color: rgb(187,114,223); }
div.DivClassName
{
background-color: #BB72DF;
}
.BgClassName
{
background-color: #BB72DF;
}
</style>
border-color css
<style>
span { border-color: #BB72DF; }
span { border-color: rgb(187,114,223); }
td.TdClassName
{
border-color: #BB72DF;
}
.TagClassName
{
border-color: #BB72DF;
}
</style>