Shades of Medium Orchid #BB4DED
Tints of Medium Orchid #BB4DED
RGB
CMYK
RGB Variations
Color information
#BB4DED (or 0xBB4DED) is known color: Medium Orchid. HEX triplet: BB, 4D and ED. RGB value is (187,77,237). Sum of RGB (Red+Green+Blue) = 187+77+237=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DED is #44B212. Grayscale: #7F7F7F. Windows color (decimal): -4502035 or 15551931. OLE color: 15551931.
HSL color Cylindrical-coordinate representation of color #BB4DED: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4DED is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 77 | 237 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.25º | 0.82% | 0.62% | - |
| HSV(B) | 281.25º | 0.68% | 0.93% | - |
| XYZ | 38.43 | 21.99 | 82.34 | - |
| YUV | 128.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 237 | 0.21 | 0.68 | 0 | 0.07 | 281.25 | 0.82 | 0.62 |
| Hex | BB | 4D | ED | 15 | 44 | 0 | 7 | 119 | 52 | 3E |
| Octal | 273 | 115 | 355 | 25 | 104 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111011 | 1001101 | 11101101 | 10101 | 1000100 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BB4DED
Complementary color
Monochromatic Colors of #BB4DED
Black with #BB4DED
Text Example
Text Example
White with #BB4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DED; }
p { color: rgb(187,77,237); }
H1.HeaderClassName
{
color: #BB4DED;
}
.AnyTagClassName
{
color: #BB4DED;
}
</style>
background-color css
<style>
a { background-color: #BB4DED; }
a { background-color: rgb(187,77,237); }
div.DivClassName
{
background-color: #BB4DED;
}
.BgClassName
{
background-color: #BB4DED;
}
</style>
border-color css
<style>
span { border-color: #BB4DED; }
span { border-color: rgb(187,77,237); }
td.TdClassName
{
border-color: #BB4DED;
}
.TagClassName
{
border-color: #BB4DED;
}
</style>