Shades of Medium Orchid #BB4AF8
Tints of Medium Orchid #BB4AF8
RGB
CMYK
RGB Variations
Color information
#BB4AF8 (or 0xBB4AF8) is known color: Medium Orchid. HEX triplet: BB, 4A and F8. RGB value is (187,74,248). Sum of RGB (Red+Green+Blue) = 187+74+248=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AF8 is #44B507. Grayscale: #7F7F7F. Windows color (decimal): -4502792 or 16272059. OLE color: 16272059.
HSL color Cylindrical-coordinate representation of color #BB4AF8: hue angle of 278.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4AF8 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 74 | 248 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.03 |
| HSL | 278.97º | 0.93% | 0.63% | - |
| HSV(B) | 278.97º | 0.7% | 0.97% | - |
| XYZ | 39.89 | 22.24 | 91 | - |
| YUV | 127.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 248 | 0.25 | 0.70 | 0 | 0.03 | 278.97 | 0.93 | 0.63 |
| Hex | BB | 4A | F8 | 19 | 46 | 0 | 3 | 117 | 5D | 3F |
| Octal | 273 | 112 | 370 | 31 | 106 | 0 | 3 | 427 | 135 | 77 |
| Binary | 10111011 | 1001010 | 11111000 | 11001 | 1000110 | 0 | 11 | 100010111 | 1011101 | 111111 |
Color Harmonies of #BB4AF8
Complementary color
Monochromatic Colors of #BB4AF8
Black with #BB4AF8
Text Example
Text Example
White with #BB4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AF8; }
p { color: rgb(187,74,248); }
H1.HeaderClassName
{
color: #BB4AF8;
}
.AnyTagClassName
{
color: #BB4AF8;
}
</style>
background-color css
<style>
a { background-color: #BB4AF8; }
a { background-color: rgb(187,74,248); }
div.DivClassName
{
background-color: #BB4AF8;
}
.BgClassName
{
background-color: #BB4AF8;
}
</style>
border-color css
<style>
span { border-color: #BB4AF8; }
span { border-color: rgb(187,74,248); }
td.TdClassName
{
border-color: #BB4AF8;
}
.TagClassName
{
border-color: #BB4AF8;
}
</style>