Shades of Medium Orchid #BB4FCC
Tints of Medium Orchid #BB4FCC
RGB
CMYK
RGB Variations
Color information
#BB4FCC (or 0xBB4FCC) is known color: Medium Orchid. HEX triplet: BB, 4F and CC. RGB value is (187,79,204). Sum of RGB (Red+Green+Blue) = 187+79+204=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FCC is #44B033. Grayscale: #7D7D7D. Windows color (decimal): -4501556 or 13389755. OLE color: 13389755.
HSL color Cylindrical-coordinate representation of color #BB4FCC: hue angle of 291.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4FCC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 79 | 204 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.2 |
| HSL | 291.84º | 0.55% | 0.55% | - |
| HSV(B) | 291.84º | 0.61% | 0.8% | - |
| XYZ | 34.19 | 20.52 | 59.28 | - |
| YUV | 125.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 204 | 0.08 | 0.61 | 0 | 0.2 | 291.84 | 0.55 | 0.55 |
| Hex | BB | 4F | CC | 8 | 3D | 0 | 14 | 124 | 37 | 37 |
| Octal | 273 | 117 | 314 | 10 | 75 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111011 | 1001111 | 11001100 | 1000 | 111101 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BB4FCC
Complementary color
Monochromatic Colors of #BB4FCC
Black with #BB4FCC
Text Example
Text Example
White with #BB4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FCC; }
p { color: rgb(187,79,204); }
H1.HeaderClassName
{
color: #BB4FCC;
}
.AnyTagClassName
{
color: #BB4FCC;
}
</style>
background-color css
<style>
a { background-color: #BB4FCC; }
a { background-color: rgb(187,79,204); }
div.DivClassName
{
background-color: #BB4FCC;
}
.BgClassName
{
background-color: #BB4FCC;
}
</style>
border-color css
<style>
span { border-color: #BB4FCC; }
span { border-color: rgb(187,79,204); }
td.TdClassName
{
border-color: #BB4FCC;
}
.TagClassName
{
border-color: #BB4FCC;
}
</style>