Shades of Medium Orchid #BB45FE
Tints of Medium Orchid #BB45FE
RGB
CMYK
RGB Variations
Color information
#BB45FE (or 0xBB45FE) is known color: Medium Orchid. HEX triplet: BB, 45 and FE. RGB value is (187,69,254). Sum of RGB (Red+Green+Blue) = 187+69+254=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45FE is #44BA01. Grayscale: #7C7C7C. Windows color (decimal): -4504066 or 16663995. OLE color: 16663995.
HSL color Cylindrical-coordinate representation of color #BB45FE: hue angle of 278.27º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB45FE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 69 | 254 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.00 |
| HSL | 278.27º | 0.99% | 0.63% | - |
| HSV(B) | 278.27º | 0.73% | 1% | - |
| XYZ | 40.51 | 21.98 | 95.87 | - |
| YUV | 125.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 254 | 0.26 | 0.73 | 0 | 0.00 | 278.27 | 0.99 | 0.63 |
| Hex | BB | 45 | FE | 1A | 49 | 0 | 0 | 116 | 63 | 3F |
| Octal | 273 | 105 | 376 | 32 | 111 | 0 | 0 | 426 | 143 | 77 |
| Binary | 10111011 | 1000101 | 11111110 | 11010 | 1001001 | 0 | 0 | 100010110 | 1100011 | 111111 |
Color Harmonies of #BB45FE
Complementary color
Monochromatic Colors of #BB45FE
Black with #BB45FE
Text Example
Text Example
White with #BB45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45FE; }
p { color: rgb(187,69,254); }
H1.HeaderClassName
{
color: #BB45FE;
}
.AnyTagClassName
{
color: #BB45FE;
}
</style>
background-color css
<style>
a { background-color: #BB45FE; }
a { background-color: rgb(187,69,254); }
div.DivClassName
{
background-color: #BB45FE;
}
.BgClassName
{
background-color: #BB45FE;
}
</style>
border-color css
<style>
span { border-color: #BB45FE; }
span { border-color: rgb(187,69,254); }
td.TdClassName
{
border-color: #BB45FE;
}
.TagClassName
{
border-color: #BB45FE;
}
</style>