Shades of Medium Orchid #B04BDF
Tints of Medium Orchid #B04BDF
RGB
CMYK
RGB Variations
Color information
#B04BDF (or 0xB04BDF) is known color: Medium Orchid. HEX triplet: B0, 4B and DF. RGB value is (176,75,223). Sum of RGB (Red+Green+Blue) = 176+75+223=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B04BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BDF is #4FB420. Grayscale: #797979. Windows color (decimal): -5223457 or 14633904. OLE color: 14633904.
HSL color Cylindrical-coordinate representation of color #B04BDF: hue angle of 280.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04BDF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 75 | 223 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.13 |
| HSL | 280.95º | 0.7% | 0.58% | - |
| HSV(B) | 280.95º | 0.66% | 0.87% | - |
| XYZ | 33.74 | 19.59 | 71.81 | - |
| YUV | 122.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 223 | 0.21 | 0.66 | 0 | 0.13 | 280.95 | 0.7 | 0.58 |
| Hex | B0 | 4B | DF | 15 | 42 | 0 | D | 119 | 46 | 3A |
| Octal | 260 | 113 | 337 | 25 | 102 | 0 | 15 | 431 | 106 | 72 |
| Binary | 10110000 | 1001011 | 11011111 | 10101 | 1000010 | 0 | 1101 | 100011001 | 1000110 | 111010 |
Color Harmonies of #B04BDF
Complementary color
Monochromatic Colors of #B04BDF
Black with #B04BDF
Text Example
Text Example
White with #B04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BDF; }
p { color: rgb(176,75,223); }
H1.HeaderClassName
{
color: #B04BDF;
}
.AnyTagClassName
{
color: #B04BDF;
}
</style>
background-color css
<style>
a { background-color: #B04BDF; }
a { background-color: rgb(176,75,223); }
div.DivClassName
{
background-color: #B04BDF;
}
.BgClassName
{
background-color: #B04BDF;
}
</style>
border-color css
<style>
span { border-color: #B04BDF; }
span { border-color: rgb(176,75,223); }
td.TdClassName
{
border-color: #B04BDF;
}
.TagClassName
{
border-color: #B04BDF;
}
</style>