Shades of Medium Orchid #B04BE0
Tints of Medium Orchid #B04BE0
RGB
CMYK
RGB Variations
Color information
#B04BE0 (or 0xB04BE0) is known color: Medium Orchid. HEX triplet: B0, 4B and E0. RGB value is (176,75,224). Sum of RGB (Red+Green+Blue) = 176+75+224=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #B04BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BE0 is #4FB41F. Grayscale: #797979. Windows color (decimal): -5223456 or 14699440. OLE color: 14699440.
HSL color Cylindrical-coordinate representation of color #B04BE0: hue angle of 280.67º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04BE0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 75 | 224 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.12 |
| HSL | 280.67º | 0.71% | 0.59% | - |
| HSV(B) | 280.67º | 0.67% | 0.88% | - |
| XYZ | 33.88 | 19.64 | 72.53 | - |
| YUV | 122.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 224 | 0.21 | 0.67 | 0 | 0.12 | 280.67 | 0.71 | 0.59 |
| Hex | B0 | 4B | E0 | 15 | 43 | 0 | C | 119 | 47 | 3B |
| Octal | 260 | 113 | 340 | 25 | 103 | 0 | 14 | 431 | 107 | 73 |
| Binary | 10110000 | 1001011 | 11100000 | 10101 | 1000011 | 0 | 1100 | 100011001 | 1000111 | 111011 |
Color Harmonies of #B04BE0
Complementary color
Monochromatic Colors of #B04BE0
Black with #B04BE0
Text Example
Text Example
White with #B04BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BE0; }
p { color: rgb(176,75,224); }
H1.HeaderClassName
{
color: #B04BE0;
}
.AnyTagClassName
{
color: #B04BE0;
}
</style>
background-color css
<style>
a { background-color: #B04BE0; }
a { background-color: rgb(176,75,224); }
div.DivClassName
{
background-color: #B04BE0;
}
.BgClassName
{
background-color: #B04BE0;
}
</style>
border-color css
<style>
span { border-color: #B04BE0; }
span { border-color: rgb(176,75,224); }
td.TdClassName
{
border-color: #B04BE0;
}
.TagClassName
{
border-color: #B04BE0;
}
</style>