Shades of Medium Orchid #BB4AFE
Tints of Medium Orchid #BB4AFE
RGB
CMYK
RGB Variations
Color information
#BB4AFE (or 0xBB4AFE) is known color: Medium Orchid. HEX triplet: BB, 4A and FE. RGB value is (187,74,254). Sum of RGB (Red+Green+Blue) = 187+74+254=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AFE is #44B501. Grayscale: #7F7F7F. Windows color (decimal): -4502786 or 16665275. OLE color: 16665275.
HSL color Cylindrical-coordinate representation of color #BB4AFE: hue angle of 277.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4AFE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 74 | 254 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.00 |
| HSL | 277.67º | 0.99% | 0.64% | - |
| HSV(B) | 277.67º | 0.71% | 1% | - |
| XYZ | 40.83 | 22.62 | 95.98 | - |
| YUV | 128.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 254 | 0.26 | 0.71 | 0 | 0.00 | 277.67 | 0.99 | 0.64 |
| Hex | BB | 4A | FE | 1A | 47 | 0 | 0 | 116 | 63 | 40 |
| Octal | 273 | 112 | 376 | 32 | 107 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111011 | 1001010 | 11111110 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BB4AFE
Complementary color
Monochromatic Colors of #BB4AFE
Black with #BB4AFE
Text Example
Text Example
White with #BB4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AFE; }
p { color: rgb(187,74,254); }
H1.HeaderClassName
{
color: #BB4AFE;
}
.AnyTagClassName
{
color: #BB4AFE;
}
</style>
background-color css
<style>
a { background-color: #BB4AFE; }
a { background-color: rgb(187,74,254); }
div.DivClassName
{
background-color: #BB4AFE;
}
.BgClassName
{
background-color: #BB4AFE;
}
</style>
border-color css
<style>
span { border-color: #BB4AFE; }
span { border-color: rgb(187,74,254); }
td.TdClassName
{
border-color: #BB4AFE;
}
.TagClassName
{
border-color: #BB4AFE;
}
</style>