Shades of Medium Orchid #BB2FDD
Tints of Medium Orchid #BB2FDD
RGB
CMYK
RGB Variations
Color information
#BB2FDD (or 0xBB2FDD) is known color: Medium Orchid. HEX triplet: BB, 2F and DD. RGB value is (187,47,221). Sum of RGB (Red+Green+Blue) = 187+47+221=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FDD is #44D022. Grayscale: #6C6C6C. Windows color (decimal): -4509731 or 14495675. OLE color: 14495675.
HSL color Cylindrical-coordinate representation of color #BB2FDD: hue angle of 288.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2FDD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 47 | 221 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.28º | 0.72% | 0.53% | - |
| HSV(B) | 288.28º | 0.79% | 0.87% | - |
| XYZ | 34.56 | 17.82 | 70.02 | - |
| YUV | 108.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 221 | 0.15 | 0.79 | 0 | 0.13 | 288.28 | 0.72 | 0.53 |
| Hex | BB | 2F | DD | F | 4F | 0 | D | 120 | 48 | 35 |
| Octal | 273 | 57 | 335 | 17 | 117 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111011 | 101111 | 11011101 | 1111 | 1001111 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BB2FDD
Complementary color
Monochromatic Colors of #BB2FDD
Black with #BB2FDD
Text Example
Text Example
White with #BB2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FDD; }
p { color: rgb(187,47,221); }
H1.HeaderClassName
{
color: #BB2FDD;
}
.AnyTagClassName
{
color: #BB2FDD;
}
</style>
background-color css
<style>
a { background-color: #BB2FDD; }
a { background-color: rgb(187,47,221); }
div.DivClassName
{
background-color: #BB2FDD;
}
.BgClassName
{
background-color: #BB2FDD;
}
</style>
border-color css
<style>
span { border-color: #BB2FDD; }
span { border-color: rgb(187,47,221); }
td.TdClassName
{
border-color: #BB2FDD;
}
.TagClassName
{
border-color: #BB2FDD;
}
</style>