Shades of Medium Orchid #B04AF0
Tints of Medium Orchid #B04AF0
RGB
CMYK
RGB Variations
Color information
#B04AF0 (or 0xB04AF0) is known color: Medium Orchid. HEX triplet: B0, 4A and F0. RGB value is (176,74,240). Sum of RGB (Red+Green+Blue) = 176+74+240=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #B04AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AF0 is #4FB50F. Grayscale: #7A7A7A. Windows color (decimal): -5223696 or 15747760. OLE color: 15747760.
HSL color Cylindrical-coordinate representation of color #B04AF0: hue angle of 276.87º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04AF0 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 74 | 240 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.06 |
| HSL | 276.87º | 0.85% | 0.62% | - |
| HSV(B) | 276.87º | 0.69% | 0.94% | - |
| XYZ | 36.08 | 20.42 | 84.48 | - |
| YUV | 123.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 240 | 0.27 | 0.69 | 0 | 0.06 | 276.87 | 0.85 | 0.62 |
| Hex | B0 | 4A | F0 | 1B | 45 | 0 | 6 | 115 | 55 | 3E |
| Octal | 260 | 112 | 360 | 33 | 105 | 0 | 6 | 425 | 125 | 76 |
| Binary | 10110000 | 1001010 | 11110000 | 11011 | 1000101 | 0 | 110 | 100010101 | 1010101 | 111110 |
Color Harmonies of #B04AF0
Complementary color
Monochromatic Colors of #B04AF0
Black with #B04AF0
Text Example
Text Example
White with #B04AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AF0; }
p { color: rgb(176,74,240); }
H1.HeaderClassName
{
color: #B04AF0;
}
.AnyTagClassName
{
color: #B04AF0;
}
</style>
background-color css
<style>
a { background-color: #B04AF0; }
a { background-color: rgb(176,74,240); }
div.DivClassName
{
background-color: #B04AF0;
}
.BgClassName
{
background-color: #B04AF0;
}
</style>
border-color css
<style>
span { border-color: #B04AF0; }
span { border-color: rgb(176,74,240); }
td.TdClassName
{
border-color: #B04AF0;
}
.TagClassName
{
border-color: #B04AF0;
}
</style>