Shades of Medium Orchid #BB3ECF
Tints of Medium Orchid #BB3ECF
RGB
CMYK
RGB Variations
Color information
#BB3ECF (or 0xBB3ECF) is known color: Medium Orchid. HEX triplet: BB, 3E and CF. RGB value is (187,62,207). Sum of RGB (Red+Green+Blue) = 187+62+207=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ECF is #44C130. Grayscale: #737373. Windows color (decimal): -4505905 or 13582011. OLE color: 13582011.
HSL color Cylindrical-coordinate representation of color #BB3ECF: hue angle of 291.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3ECF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 62 | 207 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.19 |
| HSL | 291.72º | 0.6% | 0.53% | - |
| HSV(B) | 291.72º | 0.7% | 0.81% | - |
| XYZ | 33.48 | 18.52 | 60.84 | - |
| YUV | 115.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 207 | 0.10 | 0.70 | 0 | 0.19 | 291.72 | 0.6 | 0.53 |
| Hex | BB | 3E | CF | A | 46 | 0 | 13 | 124 | 3C | 35 |
| Octal | 273 | 76 | 317 | 12 | 106 | 0 | 23 | 444 | 74 | 65 |
| Binary | 10111011 | 111110 | 11001111 | 1010 | 1000110 | 0 | 10011 | 100100100 | 111100 | 110101 |
Color Harmonies of #BB3ECF
Complementary color
Monochromatic Colors of #BB3ECF
Black with #BB3ECF
Text Example
Text Example
White with #BB3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ECF; }
p { color: rgb(187,62,207); }
H1.HeaderClassName
{
color: #BB3ECF;
}
.AnyTagClassName
{
color: #BB3ECF;
}
</style>
background-color css
<style>
a { background-color: #BB3ECF; }
a { background-color: rgb(187,62,207); }
div.DivClassName
{
background-color: #BB3ECF;
}
.BgClassName
{
background-color: #BB3ECF;
}
</style>
border-color css
<style>
span { border-color: #BB3ECF; }
span { border-color: rgb(187,62,207); }
td.TdClassName
{
border-color: #BB3ECF;
}
.TagClassName
{
border-color: #BB3ECF;
}
</style>