Shades of Medium Orchid #BB44F8
Tints of Medium Orchid #BB44F8
RGB
CMYK
RGB Variations
Color information
#BB44F8 (or 0xBB44F8) is known color: Medium Orchid. HEX triplet: BB, 44 and F8. RGB value is (187,68,248). Sum of RGB (Red+Green+Blue) = 187+68+248=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB44F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44F8 is #44BB07. Grayscale: #7B7B7B. Windows color (decimal): -4504328 or 16270523. OLE color: 16270523.
HSL color Cylindrical-coordinate representation of color #BB44F8: hue angle of 279.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB44F8 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 68 | 248 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.03 |
| HSL | 279.67º | 0.93% | 0.62% | - |
| HSV(B) | 279.67º | 0.73% | 0.97% | - |
| XYZ | 39.5 | 21.48 | 90.87 | - |
| YUV | 124.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 248 | 0.25 | 0.73 | 0 | 0.03 | 279.67 | 0.93 | 0.62 |
| Hex | BB | 44 | F8 | 19 | 49 | 0 | 3 | 118 | 5D | 3E |
| Octal | 273 | 104 | 370 | 31 | 111 | 0 | 3 | 430 | 135 | 76 |
| Binary | 10111011 | 1000100 | 11111000 | 11001 | 1001001 | 0 | 11 | 100011000 | 1011101 | 111110 |
Color Harmonies of #BB44F8
Complementary color
Monochromatic Colors of #BB44F8
Black with #BB44F8
Text Example
Text Example
White with #BB44F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44F8; }
p { color: rgb(187,68,248); }
H1.HeaderClassName
{
color: #BB44F8;
}
.AnyTagClassName
{
color: #BB44F8;
}
</style>
background-color css
<style>
a { background-color: #BB44F8; }
a { background-color: rgb(187,68,248); }
div.DivClassName
{
background-color: #BB44F8;
}
.BgClassName
{
background-color: #BB44F8;
}
</style>
border-color css
<style>
span { border-color: #BB44F8; }
span { border-color: rgb(187,68,248); }
td.TdClassName
{
border-color: #BB44F8;
}
.TagClassName
{
border-color: #BB44F8;
}
</style>