Shades of Medium Orchid #BB62F0
Tints of Medium Orchid #BB62F0
RGB
CMYK
RGB Variations
Color information
#BB62F0 (or 0xBB62F0) is known color: Medium Orchid. HEX triplet: BB, 62 and F0. RGB value is (187,98,240). Sum of RGB (Red+Green+Blue) = 187+98+240=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB62F0 is #449D0F. Grayscale: #8C8C8C. Windows color (decimal): -4496656 or 15753915. OLE color: 15753915.
HSL color Cylindrical-coordinate representation of color #BB62F0: hue angle of 277.61º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB62F0 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 98 | 240 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.06 |
| HSL | 277.61º | 0.83% | 0.66% | - |
| HSV(B) | 277.61º | 0.59% | 0.94% | - |
| XYZ | 40.59 | 25.59 | 85.24 | - |
| YUV | 140.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 240 | 0.22 | 0.59 | 0 | 0.06 | 277.61 | 0.83 | 0.66 |
| Hex | BB | 62 | F0 | 16 | 3B | 0 | 6 | 116 | 53 | 42 |
| Octal | 273 | 142 | 360 | 26 | 73 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111011 | 1100010 | 11110000 | 10110 | 111011 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BB62F0
Complementary color
Monochromatic Colors of #BB62F0
Black with #BB62F0
Text Example
Text Example
White with #BB62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62F0; }
p { color: rgb(187,98,240); }
H1.HeaderClassName
{
color: #BB62F0;
}
.AnyTagClassName
{
color: #BB62F0;
}
</style>
background-color css
<style>
a { background-color: #BB62F0; }
a { background-color: rgb(187,98,240); }
div.DivClassName
{
background-color: #BB62F0;
}
.BgClassName
{
background-color: #BB62F0;
}
</style>
border-color css
<style>
span { border-color: #BB62F0; }
span { border-color: rgb(187,98,240); }
td.TdClassName
{
border-color: #BB62F0;
}
.TagClassName
{
border-color: #BB62F0;
}
</style>