Shades of Medium Orchid #BB4CED
Tints of Medium Orchid #BB4CED
RGB
CMYK
RGB Variations
Color information
#BB4CED (or 0xBB4CED) is known color: Medium Orchid. HEX triplet: BB, 4C and ED. RGB value is (187,76,237). Sum of RGB (Red+Green+Blue) = 187+76+237=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CED is #44B312. Grayscale: #7F7F7F. Windows color (decimal): -4502291 or 15551675. OLE color: 15551675.
HSL color Cylindrical-coordinate representation of color #BB4CED: hue angle of 281.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CED is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 76 | 237 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.37º | 0.82% | 0.61% | - |
| HSV(B) | 281.37º | 0.68% | 0.93% | - |
| XYZ | 38.36 | 21.85 | 82.32 | - |
| YUV | 127.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 237 | 0.21 | 0.68 | 0 | 0.07 | 281.37 | 0.82 | 0.61 |
| Hex | BB | 4C | ED | 15 | 44 | 0 | 7 | 119 | 52 | 3D |
| Octal | 273 | 114 | 355 | 25 | 104 | 0 | 7 | 431 | 122 | 75 |
| Binary | 10111011 | 1001100 | 11101101 | 10101 | 1000100 | 0 | 111 | 100011001 | 1010010 | 111101 |
Color Harmonies of #BB4CED
Complementary color
Monochromatic Colors of #BB4CED
Black with #BB4CED
Text Example
Text Example
White with #BB4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CED; }
p { color: rgb(187,76,237); }
H1.HeaderClassName
{
color: #BB4CED;
}
.AnyTagClassName
{
color: #BB4CED;
}
</style>
background-color css
<style>
a { background-color: #BB4CED; }
a { background-color: rgb(187,76,237); }
div.DivClassName
{
background-color: #BB4CED;
}
.BgClassName
{
background-color: #BB4CED;
}
</style>
border-color css
<style>
span { border-color: #BB4CED; }
span { border-color: rgb(187,76,237); }
td.TdClassName
{
border-color: #BB4CED;
}
.TagClassName
{
border-color: #BB4CED;
}
</style>