Shades of Medium Orchid #BB3FE4
Tints of Medium Orchid #BB3FE4
RGB
CMYK
RGB Variations
Color information
#BB3FE4 (or 0xBB3FE4) is known color: Medium Orchid. HEX triplet: BB, 3F and E4. RGB value is (187,63,228). Sum of RGB (Red+Green+Blue) = 187+63+228=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB3FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FE4 is #44C01B. Grayscale: #767676. Windows color (decimal): -4505628 or 14958523. OLE color: 14958523.
HSL color Cylindrical-coordinate representation of color #BB3FE4: hue angle of 285.09º 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 #BB3FE4 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 63 | 228 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.11 |
| HSL | 285.09º | 0.75% | 0.57% | - |
| HSV(B) | 285.09º | 0.72% | 0.89% | - |
| XYZ | 36.27 | 19.72 | 75.29 | - |
| YUV | 118.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 228 | 0.18 | 0.72 | 0 | 0.11 | 285.09 | 0.75 | 0.57 |
| Hex | BB | 3F | E4 | 12 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 273 | 77 | 344 | 22 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111011 | 111111 | 11100100 | 10010 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BB3FE4
Complementary color
Monochromatic Colors of #BB3FE4
Black with #BB3FE4
Text Example
Text Example
White with #BB3FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FE4; }
p { color: rgb(187,63,228); }
H1.HeaderClassName
{
color: #BB3FE4;
}
.AnyTagClassName
{
color: #BB3FE4;
}
</style>
background-color css
<style>
a { background-color: #BB3FE4; }
a { background-color: rgb(187,63,228); }
div.DivClassName
{
background-color: #BB3FE4;
}
.BgClassName
{
background-color: #BB3FE4;
}
</style>
border-color css
<style>
span { border-color: #BB3FE4; }
span { border-color: rgb(187,63,228); }
td.TdClassName
{
border-color: #BB3FE4;
}
.TagClassName
{
border-color: #BB3FE4;
}
</style>