Shades of Medium Orchid #B04BDB
Tints of Medium Orchid #B04BDB
RGB
CMYK
RGB Variations
Color information
#B04BDB (or 0xB04BDB) is known color: Medium Orchid. HEX triplet: B0, 4B and DB. RGB value is (176,75,219). Sum of RGB (Red+Green+Blue) = 176+75+219=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B04BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BDB is #4FB424. Grayscale: #797979. Windows color (decimal): -5223461 or 14371760. OLE color: 14371760.
HSL color Cylindrical-coordinate representation of color #B04BDB: hue angle of 282.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04BDB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 75 | 219 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.14 |
| HSL | 282.08º | 0.67% | 0.58% | - |
| HSV(B) | 282.08º | 0.66% | 0.86% | - |
| XYZ | 33.21 | 19.38 | 69.01 | - |
| YUV | 121.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 219 | 0.20 | 0.66 | 0 | 0.14 | 282.08 | 0.67 | 0.58 |
| Hex | B0 | 4B | DB | 14 | 42 | 0 | E | 11A | 43 | 3A |
| Octal | 260 | 113 | 333 | 24 | 102 | 0 | 16 | 432 | 103 | 72 |
| Binary | 10110000 | 1001011 | 11011011 | 10100 | 1000010 | 0 | 1110 | 100011010 | 1000011 | 111010 |
Color Harmonies of #B04BDB
Complementary color
Monochromatic Colors of #B04BDB
Black with #B04BDB
Text Example
Text Example
White with #B04BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BDB; }
p { color: rgb(176,75,219); }
H1.HeaderClassName
{
color: #B04BDB;
}
.AnyTagClassName
{
color: #B04BDB;
}
</style>
background-color css
<style>
a { background-color: #B04BDB; }
a { background-color: rgb(176,75,219); }
div.DivClassName
{
background-color: #B04BDB;
}
.BgClassName
{
background-color: #B04BDB;
}
</style>
border-color css
<style>
span { border-color: #B04BDB; }
span { border-color: rgb(176,75,219); }
td.TdClassName
{
border-color: #B04BDB;
}
.TagClassName
{
border-color: #B04BDB;
}
</style>