Shades of Medium Orchid #BB60F0
Tints of Medium Orchid #BB60F0
RGB
CMYK
RGB Variations
Color information
#BB60F0 (or 0xBB60F0) is known color: Medium Orchid. HEX triplet: BB, 60 and F0. RGB value is (187,96,240). Sum of RGB (Red+Green+Blue) = 187+96+240=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60F0 is #449F0F. Grayscale: #8B8B8B. Windows color (decimal): -4497168 or 15753403. OLE color: 15753403.
HSL color Cylindrical-coordinate representation of color #BB60F0: hue angle of 277.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB60F0 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 96 | 240 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.06 |
| HSL | 277.92º | 0.83% | 0.66% | - |
| HSV(B) | 277.92º | 0.6% | 0.94% | - |
| XYZ | 40.4 | 25.22 | 85.18 | - |
| YUV | 139.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 240 | 0.22 | 0.6 | 0 | 0.06 | 277.92 | 0.83 | 0.66 |
| Hex | BB | 60 | F0 | 16 | 3C | 0 | 6 | 116 | 53 | 42 |
| Octal | 273 | 140 | 360 | 26 | 74 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111011 | 1100000 | 11110000 | 10110 | 111100 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BB60F0
Complementary color
Monochromatic Colors of #BB60F0
Black with #BB60F0
Text Example
Text Example
White with #BB60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60F0; }
p { color: rgb(187,96,240); }
H1.HeaderClassName
{
color: #BB60F0;
}
.AnyTagClassName
{
color: #BB60F0;
}
</style>
background-color css
<style>
a { background-color: #BB60F0; }
a { background-color: rgb(187,96,240); }
div.DivClassName
{
background-color: #BB60F0;
}
.BgClassName
{
background-color: #BB60F0;
}
</style>
border-color css
<style>
span { border-color: #BB60F0; }
span { border-color: rgb(187,96,240); }
td.TdClassName
{
border-color: #BB60F0;
}
.TagClassName
{
border-color: #BB60F0;
}
</style>