Shades of Medium Orchid #BB3FE5
Tints of Medium Orchid #BB3FE5
RGB
CMYK
RGB Variations
Color information
#BB3FE5 (or 0xBB3FE5) is known color: Medium Orchid. HEX triplet: BB, 3F and E5. RGB value is (187,63,229). Sum of RGB (Red+Green+Blue) = 187+63+229=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FE5 is #44C01A. Grayscale: #767676. Windows color (decimal): -4505627 or 15024059. OLE color: 15024059.
HSL color Cylindrical-coordinate representation of color #BB3FE5: hue angle of 284.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3FE5 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 63 | 229 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.10 |
| HSL | 284.82º | 0.76% | 0.57% | - |
| HSV(B) | 284.82º | 0.72% | 0.9% | - |
| XYZ | 36.41 | 19.78 | 76.03 | - |
| YUV | 119 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 229 | 0.18 | 0.72 | 0 | 0.10 | 284.82 | 0.76 | 0.57 |
| Hex | BB | 3F | E5 | 12 | 48 | 0 | A | 11D | 4C | 39 |
| Octal | 273 | 77 | 345 | 22 | 110 | 0 | 12 | 435 | 114 | 71 |
| Binary | 10111011 | 111111 | 11100101 | 10010 | 1001000 | 0 | 1010 | 100011101 | 1001100 | 111001 |
Color Harmonies of #BB3FE5
Complementary color
Monochromatic Colors of #BB3FE5
Black with #BB3FE5
Text Example
Text Example
White with #BB3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FE5; }
p { color: rgb(187,63,229); }
H1.HeaderClassName
{
color: #BB3FE5;
}
.AnyTagClassName
{
color: #BB3FE5;
}
</style>
background-color css
<style>
a { background-color: #BB3FE5; }
a { background-color: rgb(187,63,229); }
div.DivClassName
{
background-color: #BB3FE5;
}
.BgClassName
{
background-color: #BB3FE5;
}
</style>
border-color css
<style>
span { border-color: #BB3FE5; }
span { border-color: rgb(187,63,229); }
td.TdClassName
{
border-color: #BB3FE5;
}
.TagClassName
{
border-color: #BB3FE5;
}
</style>