Shades of Medium Orchid #BB3FFE
Tints of Medium Orchid #BB3FFE
RGB
CMYK
RGB Variations
Color information
#BB3FFE (or 0xBB3FFE) is known color: Medium Orchid. HEX triplet: BB, 3F and FE. RGB value is (187,63,254). Sum of RGB (Red+Green+Blue) = 187+63+254=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FFE is #44C001. Grayscale: #797979. Windows color (decimal): -4505602 or 16662459. OLE color: 16662459.
HSL color Cylindrical-coordinate representation of color #BB3FFE: hue angle of 278.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3FFE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 63 | 254 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.00 |
| HSL | 278.95º | 0.99% | 0.62% | - |
| HSV(B) | 278.95º | 0.75% | 1% | - |
| XYZ | 40.16 | 21.28 | 95.76 | - |
| YUV | 121.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 254 | 0.26 | 0.75 | 0 | 0.00 | 278.95 | 0.99 | 0.62 |
| Hex | BB | 3F | FE | 1A | 4B | 0 | 0 | 117 | 63 | 3E |
| Octal | 273 | 77 | 376 | 32 | 113 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111011 | 111111 | 11111110 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BB3FFE
Complementary color
Monochromatic Colors of #BB3FFE
Black with #BB3FFE
Text Example
Text Example
White with #BB3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FFE; }
p { color: rgb(187,63,254); }
H1.HeaderClassName
{
color: #BB3FFE;
}
.AnyTagClassName
{
color: #BB3FFE;
}
</style>
background-color css
<style>
a { background-color: #BB3FFE; }
a { background-color: rgb(187,63,254); }
div.DivClassName
{
background-color: #BB3FFE;
}
.BgClassName
{
background-color: #BB3FFE;
}
</style>
border-color css
<style>
span { border-color: #BB3FFE; }
span { border-color: rgb(187,63,254); }
td.TdClassName
{
border-color: #BB3FFE;
}
.TagClassName
{
border-color: #BB3FFE;
}
</style>