Shades of Medium Orchid #BB66F5
Tints of Medium Orchid #BB66F5
RGB
CMYK
RGB Variations
Color information
#BB66F5 (or 0xBB66F5) is known color: Medium Orchid. HEX triplet: BB, 66 and F5. RGB value is (187,102,245). Sum of RGB (Red+Green+Blue) = 187+102+245=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB66F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F5 is #44990A. Grayscale: #8F8F8F. Windows color (decimal): -4495627 or 16082619. OLE color: 16082619.
HSL color Cylindrical-coordinate representation of color #BB66F5: hue angle of 275.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB66F5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 102 | 245 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.04 |
| HSL | 275.66º | 0.88% | 0.68% | - |
| HSV(B) | 275.66º | 0.58% | 0.96% | - |
| XYZ | 41.73 | 26.66 | 89.33 | - |
| YUV | 143.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 245 | 0.24 | 0.58 | 0 | 0.04 | 275.66 | 0.88 | 0.68 |
| Hex | BB | 66 | F5 | 18 | 3A | 0 | 4 | 114 | 58 | 44 |
| Octal | 273 | 146 | 365 | 30 | 72 | 0 | 4 | 424 | 130 | 104 |
| Binary | 10111011 | 1100110 | 11110101 | 11000 | 111010 | 0 | 100 | 100010100 | 1011000 | 1000100 |
Color Harmonies of #BB66F5
Complementary color
Monochromatic Colors of #BB66F5
Black with #BB66F5
Text Example
Text Example
White with #BB66F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66F5; }
p { color: rgb(187,102,245); }
H1.HeaderClassName
{
color: #BB66F5;
}
.AnyTagClassName
{
color: #BB66F5;
}
</style>
background-color css
<style>
a { background-color: #BB66F5; }
a { background-color: rgb(187,102,245); }
div.DivClassName
{
background-color: #BB66F5;
}
.BgClassName
{
background-color: #BB66F5;
}
</style>
border-color css
<style>
span { border-color: #BB66F5; }
span { border-color: rgb(187,102,245); }
td.TdClassName
{
border-color: #BB66F5;
}
.TagClassName
{
border-color: #BB66F5;
}
</style>