Shades of Medium Orchid #BB3FE3
Tints of Medium Orchid #BB3FE3
RGB
CMYK
RGB Variations
Color information
#BB3FE3 (or 0xBB3FE3) is known color: Medium Orchid. HEX triplet: BB, 3F and E3. RGB value is (187,63,227). Sum of RGB (Red+Green+Blue) = 187+63+227=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FE3 is #44C01C. Grayscale: #767676. Windows color (decimal): -4505629 or 14892987. OLE color: 14892987.
HSL color Cylindrical-coordinate representation of color #BB3FE3: hue angle of 285.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3FE3 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 63 | 227 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.11 |
| HSL | 285.37º | 0.75% | 0.57% | - |
| HSV(B) | 285.37º | 0.72% | 0.89% | - |
| XYZ | 36.14 | 19.67 | 74.56 | - |
| YUV | 118.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 227 | 0.18 | 0.72 | 0 | 0.11 | 285.37 | 0.75 | 0.57 |
| Hex | BB | 3F | E3 | 12 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 273 | 77 | 343 | 22 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111011 | 111111 | 11100011 | 10010 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BB3FE3
Complementary color
Monochromatic Colors of #BB3FE3
Black with #BB3FE3
Text Example
Text Example
White with #BB3FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FE3; }
p { color: rgb(187,63,227); }
H1.HeaderClassName
{
color: #BB3FE3;
}
.AnyTagClassName
{
color: #BB3FE3;
}
</style>
background-color css
<style>
a { background-color: #BB3FE3; }
a { background-color: rgb(187,63,227); }
div.DivClassName
{
background-color: #BB3FE3;
}
.BgClassName
{
background-color: #BB3FE3;
}
</style>
border-color css
<style>
span { border-color: #BB3FE3; }
span { border-color: rgb(187,63,227); }
td.TdClassName
{
border-color: #BB3FE3;
}
.TagClassName
{
border-color: #BB3FE3;
}
</style>