Shades of Medium Orchid #BB60DF
Tints of Medium Orchid #BB60DF
RGB
CMYK
RGB Variations
Color information
#BB60DF (or 0xBB60DF) is known color: Medium Orchid. HEX triplet: BB, 60 and DF. RGB value is (187,96,223). Sum of RGB (Red+Green+Blue) = 187+96+223=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60DF is #449F20. Grayscale: #898989. Windows color (decimal): -4497185 or 14639291. OLE color: 14639291.
HSL color Cylindrical-coordinate representation of color #BB60DF: hue angle of 282.99º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB60DF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 96 | 223 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.13 |
| HSL | 282.99º | 0.66% | 0.63% | - |
| HSV(B) | 282.99º | 0.57% | 0.87% | - |
| XYZ | 38 | 24.26 | 72.49 | - |
| YUV | 137.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 223 | 0.16 | 0.57 | 0 | 0.13 | 282.99 | 0.66 | 0.63 |
| Hex | BB | 60 | DF | 10 | 39 | 0 | D | 11B | 42 | 3F |
| Octal | 273 | 140 | 337 | 20 | 71 | 0 | 15 | 433 | 102 | 77 |
| Binary | 10111011 | 1100000 | 11011111 | 10000 | 111001 | 0 | 1101 | 100011011 | 1000010 | 111111 |
Color Harmonies of #BB60DF
Complementary color
Monochromatic Colors of #BB60DF
Black with #BB60DF
Text Example
Text Example
White with #BB60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60DF; }
p { color: rgb(187,96,223); }
H1.HeaderClassName
{
color: #BB60DF;
}
.AnyTagClassName
{
color: #BB60DF;
}
</style>
background-color css
<style>
a { background-color: #BB60DF; }
a { background-color: rgb(187,96,223); }
div.DivClassName
{
background-color: #BB60DF;
}
.BgClassName
{
background-color: #BB60DF;
}
</style>
border-color css
<style>
span { border-color: #BB60DF; }
span { border-color: rgb(187,96,223); }
td.TdClassName
{
border-color: #BB60DF;
}
.TagClassName
{
border-color: #BB60DF;
}
</style>