Shades of Medium Orchid #B04CD2
Tints of Medium Orchid #B04CD2
RGB
CMYK
RGB Variations
Color information
#B04CD2 (or 0xB04CD2) is known color: Medium Orchid. HEX triplet: B0, 4C and D2. RGB value is (176,76,210). Sum of RGB (Red+Green+Blue) = 176+76+210=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #B04CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CD2 is #4FB32D. Grayscale: #787878. Windows color (decimal): -5223214 or 13782192. OLE color: 13782192.
HSL color Cylindrical-coordinate representation of color #B04CD2: hue angle of 284.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04CD2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 76 | 210 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.18 |
| HSL | 284.78º | 0.6% | 0.56% | - |
| HSV(B) | 284.78º | 0.64% | 0.82% | - |
| XYZ | 32.12 | 19.05 | 62.96 | - |
| YUV | 121.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 210 | 0.16 | 0.64 | 0 | 0.18 | 284.78 | 0.6 | 0.56 |
| Hex | B0 | 4C | D2 | 10 | 40 | 0 | 12 | 11D | 3C | 38 |
| Octal | 260 | 114 | 322 | 20 | 100 | 0 | 22 | 435 | 74 | 70 |
| Binary | 10110000 | 1001100 | 11010010 | 10000 | 1000000 | 0 | 10010 | 100011101 | 111100 | 111000 |
Color Harmonies of #B04CD2
Complementary color
Monochromatic Colors of #B04CD2
Black with #B04CD2
Text Example
Text Example
White with #B04CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CD2; }
p { color: rgb(176,76,210); }
H1.HeaderClassName
{
color: #B04CD2;
}
.AnyTagClassName
{
color: #B04CD2;
}
</style>
background-color css
<style>
a { background-color: #B04CD2; }
a { background-color: rgb(176,76,210); }
div.DivClassName
{
background-color: #B04CD2;
}
.BgClassName
{
background-color: #B04CD2;
}
</style>
border-color css
<style>
span { border-color: #B04CD2; }
span { border-color: rgb(176,76,210); }
td.TdClassName
{
border-color: #B04CD2;
}
.TagClassName
{
border-color: #B04CD2;
}
</style>