Shades of Medium Orchid #BB3FE6
Tints of Medium Orchid #BB3FE6
RGB
CMYK
RGB Variations
Color information
#BB3FE6 (or 0xBB3FE6) is known color: Medium Orchid. HEX triplet: BB, 3F and E6. RGB value is (187,63,230). Sum of RGB (Red+Green+Blue) = 187+63+230=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB3FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FE6 is #44C019. Grayscale: #767676. Windows color (decimal): -4505626 or 15089595. OLE color: 15089595.
HSL color Cylindrical-coordinate representation of color #BB3FE6: hue angle of 284.55º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3FE6 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 63 | 230 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.10 |
| HSL | 284.55º | 0.77% | 0.57% | - |
| HSV(B) | 284.55º | 0.73% | 0.9% | - |
| XYZ | 36.55 | 19.83 | 76.76 | - |
| YUV | 119.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 230 | 0.19 | 0.73 | 0 | 0.10 | 284.55 | 0.77 | 0.57 |
| Hex | BB | 3F | E6 | 13 | 49 | 0 | A | 11D | 4D | 39 |
| Octal | 273 | 77 | 346 | 23 | 111 | 0 | 12 | 435 | 115 | 71 |
| Binary | 10111011 | 111111 | 11100110 | 10011 | 1001001 | 0 | 1010 | 100011101 | 1001101 | 111001 |
Color Harmonies of #BB3FE6
Complementary color
Monochromatic Colors of #BB3FE6
Black with #BB3FE6
Text Example
Text Example
White with #BB3FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FE6; }
p { color: rgb(187,63,230); }
H1.HeaderClassName
{
color: #BB3FE6;
}
.AnyTagClassName
{
color: #BB3FE6;
}
</style>
background-color css
<style>
a { background-color: #BB3FE6; }
a { background-color: rgb(187,63,230); }
div.DivClassName
{
background-color: #BB3FE6;
}
.BgClassName
{
background-color: #BB3FE6;
}
</style>
border-color css
<style>
span { border-color: #BB3FE6; }
span { border-color: rgb(187,63,230); }
td.TdClassName
{
border-color: #BB3FE6;
}
.TagClassName
{
border-color: #BB3FE6;
}
</style>