Shades of Medium Orchid #B04DCB
Tints of Medium Orchid #B04DCB
RGB
CMYK
RGB Variations
Color information
#B04DCB (or 0xB04DCB) is known color: Medium Orchid. HEX triplet: B0, 4D and CB. RGB value is (176,77,203). Sum of RGB (Red+Green+Blue) = 176+77+203=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B04DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCB is #4FB234. Grayscale: #787878. Windows color (decimal): -5222965 or 13323696. OLE color: 13323696.
HSL color Cylindrical-coordinate representation of color #B04DCB: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04DCB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 77 | 203 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.20 |
| HSL | 287.14º | 0.55% | 0.55% | - |
| HSV(B) | 287.14º | 0.62% | 0.8% | - |
| XYZ | 31.34 | 18.85 | 58.49 | - |
| YUV | 120.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 203 | 0.13 | 0.62 | 0 | 0.20 | 287.14 | 0.55 | 0.55 |
| Hex | B0 | 4D | CB | D | 3E | 0 | 14 | 11F | 37 | 37 |
| Octal | 260 | 115 | 313 | 15 | 76 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110000 | 1001101 | 11001011 | 1101 | 111110 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B04DCB
Complementary color
Monochromatic Colors of #B04DCB
Black with #B04DCB
Text Example
Text Example
White with #B04DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DCB; }
p { color: rgb(176,77,203); }
H1.HeaderClassName
{
color: #B04DCB;
}
.AnyTagClassName
{
color: #B04DCB;
}
</style>
background-color css
<style>
a { background-color: #B04DCB; }
a { background-color: rgb(176,77,203); }
div.DivClassName
{
background-color: #B04DCB;
}
.BgClassName
{
background-color: #B04DCB;
}
</style>
border-color css
<style>
span { border-color: #B04DCB; }
span { border-color: rgb(176,77,203); }
td.TdClassName
{
border-color: #B04DCB;
}
.TagClassName
{
border-color: #B04DCB;
}
</style>