Shades of Medium Orchid #BB43FE
Tints of Medium Orchid #BB43FE
RGB
CMYK
RGB Variations
Color information
#BB43FE (or 0xBB43FE) is known color: Medium Orchid. HEX triplet: BB, 43 and FE. RGB value is (187,67,254). Sum of RGB (Red+Green+Blue) = 187+67+254=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43FE is #44BC01. Grayscale: #7B7B7B. Windows color (decimal): -4504578 or 16663483. OLE color: 16663483.
HSL color Cylindrical-coordinate representation of color #BB43FE: hue angle of 278.5º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB43FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 67 | 254 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.00 |
| HSL | 278.5º | 0.99% | 0.63% | - |
| HSV(B) | 278.5º | 0.74% | 1% | - |
| XYZ | 40.39 | 21.73 | 95.83 | - |
| YUV | 124.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 254 | 0.26 | 0.74 | 0 | 0.00 | 278.5 | 0.99 | 0.63 |
| Hex | BB | 43 | FE | 1A | 4A | 0 | 0 | 117 | 63 | 3F |
| Octal | 273 | 103 | 376 | 32 | 112 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111011 | 1000011 | 11111110 | 11010 | 1001010 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BB43FE
Complementary color
Monochromatic Colors of #BB43FE
Black with #BB43FE
Text Example
Text Example
White with #BB43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43FE; }
p { color: rgb(187,67,254); }
H1.HeaderClassName
{
color: #BB43FE;
}
.AnyTagClassName
{
color: #BB43FE;
}
</style>
background-color css
<style>
a { background-color: #BB43FE; }
a { background-color: rgb(187,67,254); }
div.DivClassName
{
background-color: #BB43FE;
}
.BgClassName
{
background-color: #BB43FE;
}
</style>
border-color css
<style>
span { border-color: #BB43FE; }
span { border-color: rgb(187,67,254); }
td.TdClassName
{
border-color: #BB43FE;
}
.TagClassName
{
border-color: #BB43FE;
}
</style>