Shades of Medium Orchid #BB3FFF
Tints of Medium Orchid #BB3FFF
RGB
CMYK
RGB Variations
Color information
#BB3FFF (or 0xBB3FFF) is known color: Medium Orchid. HEX triplet: BB, 3F and FF. RGB value is (187,63,255). Sum of RGB (Red+Green+Blue) = 187+63+255=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FFF is #44C000. Grayscale: #797979. Windows color (decimal): -4505601 or 16727995. OLE color: 16727995.
HSL color Cylindrical-coordinate representation of color #BB3FFF: hue angle of 278.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3FFF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 63 | 255 | - |
| CMYK | 0.27 | 0.75 | 0 | 0 |
| HSL | 278.75º | 1% | 0.62% | - |
| HSV(B) | 278.75º | 0.75% | 1% | - |
| XYZ | 40.32 | 21.34 | 96.6 | - |
| YUV | 121.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 255 | 0.27 | 0.75 | 0 | 0 | 278.75 | 1 | 0.62 |
| Hex | BB | 3F | FF | 1B | 4B | 0 | 0 | 117 | 64 | 3E |
| Octal | 273 | 77 | 377 | 33 | 113 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111011 | 111111 | 11111111 | 11011 | 1001011 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BB3FFF
Complementary color
Monochromatic Colors of #BB3FFF
Black with #BB3FFF
Text Example
Text Example
White with #BB3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FFF; }
p { color: rgb(187,63,255); }
H1.HeaderClassName
{
color: #BB3FFF;
}
.AnyTagClassName
{
color: #BB3FFF;
}
</style>
background-color css
<style>
a { background-color: #BB3FFF; }
a { background-color: rgb(187,63,255); }
div.DivClassName
{
background-color: #BB3FFF;
}
.BgClassName
{
background-color: #BB3FFF;
}
</style>
border-color css
<style>
span { border-color: #BB3FFF; }
span { border-color: rgb(187,63,255); }
td.TdClassName
{
border-color: #BB3FFF;
}
.TagClassName
{
border-color: #BB3FFF;
}
</style>