Shades of Medium Orchid #B54AF6
Tints of Medium Orchid #B54AF6
RGB
CMYK
RGB Variations
Color information
#B54AF6 (or 0xB54AF6) is known color: Medium Orchid. HEX triplet: B5, 4A and F6. RGB value is (181,74,246). Sum of RGB (Red+Green+Blue) = 181+74+246=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #B54AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF6 is #4AB509. Grayscale: #7D7D7D. Windows color (decimal): -4896010 or 16140981. OLE color: 16140981.
HSL color Cylindrical-coordinate representation of color #B54AF6: hue angle of 277.33º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54AF6 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 74 | 246 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.04 |
| HSL | 277.33º | 0.91% | 0.63% | - |
| HSV(B) | 277.33º | 0.7% | 0.96% | - |
| XYZ | 38.14 | 21.38 | 89.3 | - |
| YUV | 125.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 246 | 0.26 | 0.70 | 0 | 0.04 | 277.33 | 0.91 | 0.63 |
| Hex | B5 | 4A | F6 | 1A | 46 | 0 | 4 | 115 | 5B | 3F |
| Octal | 265 | 112 | 366 | 32 | 106 | 0 | 4 | 425 | 133 | 77 |
| Binary | 10110101 | 1001010 | 11110110 | 11010 | 1000110 | 0 | 100 | 100010101 | 1011011 | 111111 |
Color Harmonies of #B54AF6
Complementary color
Monochromatic Colors of #B54AF6
Black with #B54AF6
Text Example
Text Example
White with #B54AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AF6; }
p { color: rgb(181,74,246); }
H1.HeaderClassName
{
color: #B54AF6;
}
.AnyTagClassName
{
color: #B54AF6;
}
</style>
background-color css
<style>
a { background-color: #B54AF6; }
a { background-color: rgb(181,74,246); }
div.DivClassName
{
background-color: #B54AF6;
}
.BgClassName
{
background-color: #B54AF6;
}
</style>
border-color css
<style>
span { border-color: #B54AF6; }
span { border-color: rgb(181,74,246); }
td.TdClassName
{
border-color: #B54AF6;
}
.TagClassName
{
border-color: #B54AF6;
}
</style>