Shades of Medium Orchid #BB62DF
Tints of Medium Orchid #BB62DF
RGB
CMYK
RGB Variations
Color information
#BB62DF (or 0xBB62DF) is known color: Medium Orchid. HEX triplet: BB, 62 and DF. RGB value is (187,98,223). Sum of RGB (Red+Green+Blue) = 187+98+223=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DF is #449D20. Grayscale: #8A8A8A. Windows color (decimal): -4496673 or 14639803. OLE color: 14639803.
HSL color Cylindrical-coordinate representation of color #BB62DF: hue angle of 282.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB62DF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 98 | 223 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.13 |
| HSL | 282.72º | 0.66% | 0.63% | - |
| HSV(B) | 282.72º | 0.56% | 0.87% | - |
| XYZ | 38.18 | 24.63 | 72.55 | - |
| YUV | 138.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 223 | 0.16 | 0.56 | 0 | 0.13 | 282.72 | 0.66 | 0.63 |
| Hex | BB | 62 | DF | 10 | 38 | 0 | D | 11B | 42 | 3F |
| Octal | 273 | 142 | 337 | 20 | 70 | 0 | 15 | 433 | 102 | 77 |
| Binary | 10111011 | 1100010 | 11011111 | 10000 | 111000 | 0 | 1101 | 100011011 | 1000010 | 111111 |
Color Harmonies of #BB62DF
Complementary color
Monochromatic Colors of #BB62DF
Black with #BB62DF
Text Example
Text Example
White with #BB62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62DF; }
p { color: rgb(187,98,223); }
H1.HeaderClassName
{
color: #BB62DF;
}
.AnyTagClassName
{
color: #BB62DF;
}
</style>
background-color css
<style>
a { background-color: #BB62DF; }
a { background-color: rgb(187,98,223); }
div.DivClassName
{
background-color: #BB62DF;
}
.BgClassName
{
background-color: #BB62DF;
}
</style>
border-color css
<style>
span { border-color: #BB62DF; }
span { border-color: rgb(187,98,223); }
td.TdClassName
{
border-color: #BB62DF;
}
.TagClassName
{
border-color: #BB62DF;
}
</style>