Shades of Medium Orchid #BB4AFF
Tints of Medium Orchid #BB4AFF
RGB
CMYK
RGB Variations
Color information
#BB4AFF (or 0xBB4AFF) is known color: Medium Orchid. HEX triplet: BB, 4A and FF. RGB value is (187,74,255). Sum of RGB (Red+Green+Blue) = 187+74+255=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AFF is #44B500. Grayscale: #7F7F7F. Windows color (decimal): -4502785 or 16730811. OLE color: 16730811.
HSL color Cylindrical-coordinate representation of color #BB4AFF: hue angle of 277.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4AFF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 74 | 255 | - |
| CMYK | 0.27 | 0.71 | 0 | 0 |
| HSL | 277.46º | 1% | 0.65% | - |
| HSV(B) | 277.46º | 0.71% | 1% | - |
| XYZ | 40.99 | 22.68 | 96.83 | - |
| YUV | 128.42 | 199.44 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 255 | 0.27 | 0.71 | 0 | 0 | 277.46 | 1 | 0.65 |
| Hex | BB | 4A | FF | 1B | 47 | 0 | 0 | 115 | 64 | 41 |
| Octal | 273 | 112 | 377 | 33 | 107 | 0 | 0 | 425 | 144 | 101 |
| Binary | 10111011 | 1001010 | 11111111 | 11011 | 1000111 | 0 | 0 | 100010101 | 1100100 | 1000001 |
Color Harmonies of #BB4AFF
Complementary color
Monochromatic Colors of #BB4AFF
Black with #BB4AFF
Text Example
Text Example
White with #BB4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AFF; }
p { color: rgb(187,74,255); }
H1.HeaderClassName
{
color: #BB4AFF;
}
.AnyTagClassName
{
color: #BB4AFF;
}
</style>
background-color css
<style>
a { background-color: #BB4AFF; }
a { background-color: rgb(187,74,255); }
div.DivClassName
{
background-color: #BB4AFF;
}
.BgClassName
{
background-color: #BB4AFF;
}
</style>
border-color css
<style>
span { border-color: #BB4AFF; }
span { border-color: rgb(187,74,255); }
td.TdClassName
{
border-color: #BB4AFF;
}
.TagClassName
{
border-color: #BB4AFF;
}
</style>