Shades of Medium Orchid #BB3CFE
Tints of Medium Orchid #BB3CFE
RGB
CMYK
RGB Variations
Color information
#BB3CFE (or 0xBB3CFE) is known color: Medium Orchid. HEX triplet: BB, 3C and FE. RGB value is (187,60,254). Sum of RGB (Red+Green+Blue) = 187+60+254=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CFE is #44C301. Grayscale: #777777. Windows color (decimal): -4506370 or 16661691. OLE color: 16661691.
HSL color Cylindrical-coordinate representation of color #BB3CFE: hue angle of 279.28º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3CFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 60 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.28º | 0.99% | 0.62% | - |
| HSV(B) | 279.28º | 0.76% | 1% | - |
| XYZ | 40 | 20.95 | 95.7 | - |
| YUV | 120.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.28 | 0.99 | 0.62 |
| Hex | BB | 3C | FE | 1A | 4C | 0 | 0 | 117 | 63 | 3E |
| Octal | 273 | 74 | 376 | 32 | 114 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111011 | 111100 | 11111110 | 11010 | 1001100 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BB3CFE
Complementary color
Monochromatic Colors of #BB3CFE
Black with #BB3CFE
Text Example
Text Example
White with #BB3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CFE; }
p { color: rgb(187,60,254); }
H1.HeaderClassName
{
color: #BB3CFE;
}
.AnyTagClassName
{
color: #BB3CFE;
}
</style>
background-color css
<style>
a { background-color: #BB3CFE; }
a { background-color: rgb(187,60,254); }
div.DivClassName
{
background-color: #BB3CFE;
}
.BgClassName
{
background-color: #BB3CFE;
}
</style>
border-color css
<style>
span { border-color: #BB3CFE; }
span { border-color: rgb(187,60,254); }
td.TdClassName
{
border-color: #BB3CFE;
}
.TagClassName
{
border-color: #BB3CFE;
}
</style>