Shades of Medium Orchid #BB2DED
Tints of Medium Orchid #BB2DED
RGB
CMYK
RGB Variations
Color information
#BB2DED (or 0xBB2DED) is known color: Medium Orchid. HEX triplet: BB, 2D and ED. RGB value is (187,45,237). Sum of RGB (Red+Green+Blue) = 187+45+237=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2DED is #44D212. Grayscale: #6C6C6C. Windows color (decimal): -4510227 or 15543739. OLE color: 15543739.
HSL color Cylindrical-coordinate representation of color #BB2DED: hue angle of 284.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2DED is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 45 | 237 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.07 |
| HSL | 284.38º | 0.84% | 0.55% | - |
| HSV(B) | 284.38º | 0.81% | 0.93% | - |
| XYZ | 36.72 | 18.56 | 81.77 | - |
| YUV | 109.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 237 | 0.21 | 0.81 | 0 | 0.07 | 284.38 | 0.84 | 0.55 |
| Hex | BB | 2D | ED | 15 | 51 | 0 | 7 | 11C | 54 | 37 |
| Octal | 273 | 55 | 355 | 25 | 121 | 0 | 7 | 434 | 124 | 67 |
| Binary | 10111011 | 101101 | 11101101 | 10101 | 1010001 | 0 | 111 | 100011100 | 1010100 | 110111 |
Color Harmonies of #BB2DED
Complementary color
Monochromatic Colors of #BB2DED
Black with #BB2DED
Text Example
Text Example
White with #BB2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DED; }
p { color: rgb(187,45,237); }
H1.HeaderClassName
{
color: #BB2DED;
}
.AnyTagClassName
{
color: #BB2DED;
}
</style>
background-color css
<style>
a { background-color: #BB2DED; }
a { background-color: rgb(187,45,237); }
div.DivClassName
{
background-color: #BB2DED;
}
.BgClassName
{
background-color: #BB2DED;
}
</style>
border-color css
<style>
span { border-color: #BB2DED; }
span { border-color: rgb(187,45,237); }
td.TdClassName
{
border-color: #BB2DED;
}
.TagClassName
{
border-color: #BB2DED;
}
</style>