Shades of Medium Orchid #BB3BFE
Tints of Medium Orchid #BB3BFE
RGB
CMYK
RGB Variations
Color information
#BB3BFE (or 0xBB3BFE) is known color: Medium Orchid. HEX triplet: BB, 3B and FE. RGB value is (187,59,254). Sum of RGB (Red+Green+Blue) = 187+59+254=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFE is #44C401. Grayscale: #767676. Windows color (decimal): -4506626 or 16661435. OLE color: 16661435.
HSL color Cylindrical-coordinate representation of color #BB3BFE: hue angle of 279.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3BFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 59 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 279.38º | 0.99% | 0.61% | - |
| HSV(B) | 279.38º | 0.77% | 1% | - |
| XYZ | 39.95 | 20.85 | 95.68 | - |
| YUV | 119.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 254 | 0.26 | 0.77 | 0 | 0.00 | 279.38 | 0.99 | 0.61 |
| Hex | BB | 3B | FE | 1A | 4D | 0 | 0 | 117 | 63 | 3D |
| Octal | 273 | 73 | 376 | 32 | 115 | 0 | 0 | 427 | 143 | 75 |
| Binary | 10111011 | 111011 | 11111110 | 11010 | 1001101 | 0 | 0 | 100010111 | 1100011 | 111101 |
Color Harmonies of #BB3BFE
Complementary color
Monochromatic Colors of #BB3BFE
Black with #BB3BFE
Text Example
Text Example
White with #BB3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BFE; }
p { color: rgb(187,59,254); }
H1.HeaderClassName
{
color: #BB3BFE;
}
.AnyTagClassName
{
color: #BB3BFE;
}
</style>
background-color css
<style>
a { background-color: #BB3BFE; }
a { background-color: rgb(187,59,254); }
div.DivClassName
{
background-color: #BB3BFE;
}
.BgClassName
{
background-color: #BB3BFE;
}
</style>
border-color css
<style>
span { border-color: #BB3BFE; }
span { border-color: rgb(187,59,254); }
td.TdClassName
{
border-color: #BB3BFE;
}
.TagClassName
{
border-color: #BB3BFE;
}
</style>