Shades of Medium Orchid #BB4EF3
Tints of Medium Orchid #BB4EF3
RGB
CMYK
RGB Variations
Color information
#BB4EF3 (or 0xBB4EF3) is known color: Medium Orchid. HEX triplet: BB, 4E and F3. RGB value is (187,78,243). Sum of RGB (Red+Green+Blue) = 187+78+243=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB4EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EF3 is #44B10C. Grayscale: #808080. Windows color (decimal): -4501773 or 15945403. OLE color: 15945403.
HSL color Cylindrical-coordinate representation of color #BB4EF3: hue angle of 279.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4EF3 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 78 | 243 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.05 |
| HSL | 279.64º | 0.87% | 0.63% | - |
| HSV(B) | 279.64º | 0.68% | 0.95% | - |
| XYZ | 39.4 | 22.48 | 87.06 | - |
| YUV | 129.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 243 | 0.23 | 0.68 | 0 | 0.05 | 279.64 | 0.87 | 0.63 |
| Hex | BB | 4E | F3 | 17 | 44 | 0 | 5 | 118 | 57 | 3F |
| Octal | 273 | 116 | 363 | 27 | 104 | 0 | 5 | 430 | 127 | 77 |
| Binary | 10111011 | 1001110 | 11110011 | 10111 | 1000100 | 0 | 101 | 100011000 | 1010111 | 111111 |
Color Harmonies of #BB4EF3
Complementary color
Monochromatic Colors of #BB4EF3
Black with #BB4EF3
Text Example
Text Example
White with #BB4EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EF3; }
p { color: rgb(187,78,243); }
H1.HeaderClassName
{
color: #BB4EF3;
}
.AnyTagClassName
{
color: #BB4EF3;
}
</style>
background-color css
<style>
a { background-color: #BB4EF3; }
a { background-color: rgb(187,78,243); }
div.DivClassName
{
background-color: #BB4EF3;
}
.BgClassName
{
background-color: #BB4EF3;
}
</style>
border-color css
<style>
span { border-color: #BB4EF3; }
span { border-color: rgb(187,78,243); }
td.TdClassName
{
border-color: #BB4EF3;
}
.TagClassName
{
border-color: #BB4EF3;
}
</style>