Shades of Medium Orchid #B04BEB
Tints of Medium Orchid #B04BEB
RGB
CMYK
RGB Variations
Color information
#B04BEB (or 0xB04BEB) is known color: Medium Orchid. HEX triplet: B0, 4B and EB. RGB value is (176,75,235). Sum of RGB (Red+Green+Blue) = 176+75+235=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #B04BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BEB is #4FB414. Grayscale: #7A7A7A. Windows color (decimal): -5223445 or 15420336. OLE color: 15420336.
HSL color Cylindrical-coordinate representation of color #B04BEB: hue angle of 277.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04BEB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 75 | 235 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.08 |
| HSL | 277.88º | 0.8% | 0.61% | - |
| HSV(B) | 277.88º | 0.68% | 0.92% | - |
| XYZ | 35.42 | 20.26 | 80.64 | - |
| YUV | 123.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 235 | 0.25 | 0.68 | 0 | 0.08 | 277.88 | 0.8 | 0.61 |
| Hex | B0 | 4B | EB | 19 | 44 | 0 | 8 | 116 | 50 | 3D |
| Octal | 260 | 113 | 353 | 31 | 104 | 0 | 10 | 426 | 120 | 75 |
| Binary | 10110000 | 1001011 | 11101011 | 11001 | 1000100 | 0 | 1000 | 100010110 | 1010000 | 111101 |
Color Harmonies of #B04BEB
Complementary color
Monochromatic Colors of #B04BEB
Black with #B04BEB
Text Example
Text Example
White with #B04BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BEB; }
p { color: rgb(176,75,235); }
H1.HeaderClassName
{
color: #B04BEB;
}
.AnyTagClassName
{
color: #B04BEB;
}
</style>
background-color css
<style>
a { background-color: #B04BEB; }
a { background-color: rgb(176,75,235); }
div.DivClassName
{
background-color: #B04BEB;
}
.BgClassName
{
background-color: #B04BEB;
}
</style>
border-color css
<style>
span { border-color: #B04BEB; }
span { border-color: rgb(176,75,235); }
td.TdClassName
{
border-color: #B04BEB;
}
.TagClassName
{
border-color: #B04BEB;
}
</style>