Shades of Medium Orchid #BB3BCF
Tints of Medium Orchid #BB3BCF
RGB
CMYK
RGB Variations
Color information
#BB3BCF (or 0xBB3BCF) is known color: Medium Orchid. HEX triplet: BB, 3B and CF. RGB value is (187,59,207). Sum of RGB (Red+Green+Blue) = 187+59+207=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB3BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BCF is #44C430. Grayscale: #717171. Windows color (decimal): -4506673 or 13581243. OLE color: 13581243.
HSL color Cylindrical-coordinate representation of color #BB3BCF: hue angle of 291.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3BCF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 59 | 207 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.19 |
| HSL | 291.89º | 0.61% | 0.52% | - |
| HSV(B) | 291.89º | 0.71% | 0.81% | - |
| XYZ | 33.32 | 18.2 | 60.79 | - |
| YUV | 114.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 207 | 0.10 | 0.71 | 0 | 0.19 | 291.89 | 0.61 | 0.52 |
| Hex | BB | 3B | CF | A | 47 | 0 | 13 | 124 | 3D | 34 |
| Octal | 273 | 73 | 317 | 12 | 107 | 0 | 23 | 444 | 75 | 64 |
| Binary | 10111011 | 111011 | 11001111 | 1010 | 1000111 | 0 | 10011 | 100100100 | 111101 | 110100 |
Color Harmonies of #BB3BCF
Complementary color
Monochromatic Colors of #BB3BCF
Black with #BB3BCF
Text Example
Text Example
White with #BB3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BCF; }
p { color: rgb(187,59,207); }
H1.HeaderClassName
{
color: #BB3BCF;
}
.AnyTagClassName
{
color: #BB3BCF;
}
</style>
background-color css
<style>
a { background-color: #BB3BCF; }
a { background-color: rgb(187,59,207); }
div.DivClassName
{
background-color: #BB3BCF;
}
.BgClassName
{
background-color: #BB3BCF;
}
</style>
border-color css
<style>
span { border-color: #BB3BCF; }
span { border-color: rgb(187,59,207); }
td.TdClassName
{
border-color: #BB3BCF;
}
.TagClassName
{
border-color: #BB3BCF;
}
</style>