Shades of Medium Orchid #BB43E7
Tints of Medium Orchid #BB43E7
RGB
CMYK
RGB Variations
Color information
#BB43E7 (or 0xBB43E7) is known color: Medium Orchid. HEX triplet: BB, 43 and E7. RGB value is (187,67,231). Sum of RGB (Red+Green+Blue) = 187+67+231=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB43E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43E7 is #44BC18. Grayscale: #797979. Windows color (decimal): -4504601 or 15156155. OLE color: 15156155.
HSL color Cylindrical-coordinate representation of color #BB43E7: hue angle of 283.9º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB43E7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 67 | 231 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.09 |
| HSL | 283.9º | 0.77% | 0.58% | - |
| HSV(B) | 283.9º | 0.71% | 0.91% | - |
| XYZ | 36.92 | 20.35 | 77.58 | - |
| YUV | 121.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 231 | 0.19 | 0.71 | 0 | 0.09 | 283.9 | 0.77 | 0.58 |
| Hex | BB | 43 | E7 | 13 | 47 | 0 | 9 | 11C | 4D | 3A |
| Octal | 273 | 103 | 347 | 23 | 107 | 0 | 11 | 434 | 115 | 72 |
| Binary | 10111011 | 1000011 | 11100111 | 10011 | 1000111 | 0 | 1001 | 100011100 | 1001101 | 111010 |
Color Harmonies of #BB43E7
Complementary color
Monochromatic Colors of #BB43E7
Black with #BB43E7
Text Example
Text Example
White with #BB43E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43E7; }
p { color: rgb(187,67,231); }
H1.HeaderClassName
{
color: #BB43E7;
}
.AnyTagClassName
{
color: #BB43E7;
}
</style>
background-color css
<style>
a { background-color: #BB43E7; }
a { background-color: rgb(187,67,231); }
div.DivClassName
{
background-color: #BB43E7;
}
.BgClassName
{
background-color: #BB43E7;
}
</style>
border-color css
<style>
span { border-color: #BB43E7; }
span { border-color: rgb(187,67,231); }
td.TdClassName
{
border-color: #BB43E7;
}
.TagClassName
{
border-color: #BB43E7;
}
</style>