Shades of Medium Orchid #BB3EF1
Tints of Medium Orchid #BB3EF1
RGB
CMYK
RGB Variations
Color information
#BB3EF1 (or 0xBB3EF1) is known color: Medium Orchid. HEX triplet: BB, 3E and F1. RGB value is (187,62,241). Sum of RGB (Red+Green+Blue) = 187+62+241=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3EF1 is #44C10E. Grayscale: #777777. Windows color (decimal): -4505871 or 15810235. OLE color: 15810235.
HSL color Cylindrical-coordinate representation of color #BB3EF1: hue angle of 281.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3EF1 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 62 | 241 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.05 |
| HSL | 281.9º | 0.86% | 0.59% | - |
| HSV(B) | 281.9º | 0.74% | 0.95% | - |
| XYZ | 38.09 | 20.36 | 85.14 | - |
| YUV | 119.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 241 | 0.22 | 0.74 | 0 | 0.05 | 281.9 | 0.86 | 0.59 |
| Hex | BB | 3E | F1 | 16 | 4A | 0 | 5 | 11A | 56 | 3B |
| Octal | 273 | 76 | 361 | 26 | 112 | 0 | 5 | 432 | 126 | 73 |
| Binary | 10111011 | 111110 | 11110001 | 10110 | 1001010 | 0 | 101 | 100011010 | 1010110 | 111011 |
Color Harmonies of #BB3EF1
Complementary color
Monochromatic Colors of #BB3EF1
Black with #BB3EF1
Text Example
Text Example
White with #BB3EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EF1; }
p { color: rgb(187,62,241); }
H1.HeaderClassName
{
color: #BB3EF1;
}
.AnyTagClassName
{
color: #BB3EF1;
}
</style>
background-color css
<style>
a { background-color: #BB3EF1; }
a { background-color: rgb(187,62,241); }
div.DivClassName
{
background-color: #BB3EF1;
}
.BgClassName
{
background-color: #BB3EF1;
}
</style>
border-color css
<style>
span { border-color: #BB3EF1; }
span { border-color: rgb(187,62,241); }
td.TdClassName
{
border-color: #BB3EF1;
}
.TagClassName
{
border-color: #BB3EF1;
}
</style>