Shades of Medium Orchid #BB4AD7
Tints of Medium Orchid #BB4AD7
RGB
CMYK
RGB Variations
Color information
#BB4AD7 (or 0xBB4AD7) is known color: Medium Orchid. HEX triplet: BB, 4A and D7. RGB value is (187,74,215). Sum of RGB (Red+Green+Blue) = 187+74+215=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB4AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AD7 is #44B528. Grayscale: #7B7B7B. Windows color (decimal): -4502825 or 14109371. OLE color: 14109371.
HSL color Cylindrical-coordinate representation of color #BB4AD7: hue angle of 288.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4AD7 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 74 | 215 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.16 |
| HSL | 288.09º | 0.64% | 0.57% | - |
| HSV(B) | 288.09º | 0.66% | 0.84% | - |
| XYZ | 35.21 | 20.37 | 66.37 | - |
| YUV | 123.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 215 | 0.13 | 0.66 | 0 | 0.16 | 288.09 | 0.64 | 0.57 |
| Hex | BB | 4A | D7 | D | 42 | 0 | 10 | 120 | 40 | 39 |
| Octal | 273 | 112 | 327 | 15 | 102 | 0 | 20 | 440 | 100 | 71 |
| Binary | 10111011 | 1001010 | 11010111 | 1101 | 1000010 | 0 | 10000 | 100100000 | 1000000 | 111001 |
Color Harmonies of #BB4AD7
Complementary color
Monochromatic Colors of #BB4AD7
Black with #BB4AD7
Text Example
Text Example
White with #BB4AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AD7; }
p { color: rgb(187,74,215); }
H1.HeaderClassName
{
color: #BB4AD7;
}
.AnyTagClassName
{
color: #BB4AD7;
}
</style>
background-color css
<style>
a { background-color: #BB4AD7; }
a { background-color: rgb(187,74,215); }
div.DivClassName
{
background-color: #BB4AD7;
}
.BgClassName
{
background-color: #BB4AD7;
}
</style>
border-color css
<style>
span { border-color: #BB4AD7; }
span { border-color: rgb(187,74,215); }
td.TdClassName
{
border-color: #BB4AD7;
}
.TagClassName
{
border-color: #BB4AD7;
}
</style>