Shades of Medium Orchid #BB58FE
Tints of Medium Orchid #BB58FE
RGB
CMYK
RGB Variations
Color information
#BB58FE (or 0xBB58FE) is known color: Medium Orchid. HEX triplet: BB, 58 and FE. RGB value is (187,88,254). Sum of RGB (Red+Green+Blue) = 187+88+254=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58FE is #44A701. Grayscale: #878787. Windows color (decimal): -4499202 or 16668859. OLE color: 16668859.
HSL color Cylindrical-coordinate representation of color #BB58FE: hue angle of 275.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB58FE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 88 | 254 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.00 |
| HSL | 275.78º | 0.99% | 0.67% | - |
| HSV(B) | 275.78º | 0.65% | 1% | - |
| XYZ | 41.87 | 24.7 | 96.33 | - |
| YUV | 136.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 254 | 0.26 | 0.65 | 0 | 0.00 | 275.78 | 0.99 | 0.67 |
| Hex | BB | 58 | FE | 1A | 41 | 0 | 0 | 114 | 63 | 43 |
| Octal | 273 | 130 | 376 | 32 | 101 | 0 | 0 | 424 | 143 | 103 |
| Binary | 10111011 | 1011000 | 11111110 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100011 | 1000011 |
Color Harmonies of #BB58FE
Complementary color
Monochromatic Colors of #BB58FE
Black with #BB58FE
Text Example
Text Example
White with #BB58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58FE; }
p { color: rgb(187,88,254); }
H1.HeaderClassName
{
color: #BB58FE;
}
.AnyTagClassName
{
color: #BB58FE;
}
</style>
background-color css
<style>
a { background-color: #BB58FE; }
a { background-color: rgb(187,88,254); }
div.DivClassName
{
background-color: #BB58FE;
}
.BgClassName
{
background-color: #BB58FE;
}
</style>
border-color css
<style>
span { border-color: #BB58FE; }
span { border-color: rgb(187,88,254); }
td.TdClassName
{
border-color: #BB58FE;
}
.TagClassName
{
border-color: #BB58FE;
}
</style>