Shades of Medium Orchid #BB44FF
Tints of Medium Orchid #BB44FF
RGB
CMYK
RGB Variations
Color information
#BB44FF (or 0xBB44FF) is known color: Medium Orchid. HEX triplet: BB, 44 and FF. RGB value is (187,68,255). Sum of RGB (Red+Green+Blue) = 187+68+255=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44FF is #44BB00. Grayscale: #7C7C7C. Windows color (decimal): -4504321 or 16729275. OLE color: 16729275.
HSL color Cylindrical-coordinate representation of color #BB44FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB44FF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 68 | 255 | - |
| CMYK | 0.27 | 0.73 | 0 | 0 |
| HSL | 278.18º | 1% | 0.63% | - |
| HSV(B) | 278.18º | 0.73% | 1% | - |
| XYZ | 40.61 | 21.92 | 96.7 | - |
| YUV | 124.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 255 | 0.27 | 0.73 | 0 | 0 | 278.18 | 1 | 0.63 |
| Hex | BB | 44 | FF | 1B | 49 | 0 | 0 | 116 | 64 | 3F |
| Octal | 273 | 104 | 377 | 33 | 111 | 0 | 0 | 426 | 144 | 77 |
| Binary | 10111011 | 1000100 | 11111111 | 11011 | 1001001 | 0 | 0 | 100010110 | 1100100 | 111111 |
Color Harmonies of #BB44FF
Complementary color
Monochromatic Colors of #BB44FF
Black with #BB44FF
Text Example
Text Example
White with #BB44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44FF; }
p { color: rgb(187,68,255); }
H1.HeaderClassName
{
color: #BB44FF;
}
.AnyTagClassName
{
color: #BB44FF;
}
</style>
background-color css
<style>
a { background-color: #BB44FF; }
a { background-color: rgb(187,68,255); }
div.DivClassName
{
background-color: #BB44FF;
}
.BgClassName
{
background-color: #BB44FF;
}
</style>
border-color css
<style>
span { border-color: #BB44FF; }
span { border-color: rgb(187,68,255); }
td.TdClassName
{
border-color: #BB44FF;
}
.TagClassName
{
border-color: #BB44FF;
}
</style>