Shades of Medium Orchid #B54AF0
Tints of Medium Orchid #B54AF0
RGB
CMYK
RGB Variations
Color information
#B54AF0 (or 0xB54AF0) is known color: Medium Orchid. HEX triplet: B5, 4A and F0. RGB value is (181,74,240). Sum of RGB (Red+Green+Blue) = 181+74+240=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #B54AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF0 is #4AB50F. Grayscale: #7C7C7C. Windows color (decimal): -4896016 or 15747765. OLE color: 15747765.
HSL color Cylindrical-coordinate representation of color #B54AF0: hue angle of 278.67º 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 #B54AF0 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 74 | 240 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.06 |
| HSL | 278.67º | 0.85% | 0.62% | - |
| HSV(B) | 278.67º | 0.69% | 0.94% | - |
| XYZ | 37.23 | 21.01 | 84.53 | - |
| YUV | 124.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 240 | 0.25 | 0.69 | 0 | 0.06 | 278.67 | 0.85 | 0.62 |
| Hex | B5 | 4A | F0 | 19 | 45 | 0 | 6 | 117 | 55 | 3E |
| Octal | 265 | 112 | 360 | 31 | 105 | 0 | 6 | 427 | 125 | 76 |
| Binary | 10110101 | 1001010 | 11110000 | 11001 | 1000101 | 0 | 110 | 100010111 | 1010101 | 111110 |
Color Harmonies of #B54AF0
Complementary color
Monochromatic Colors of #B54AF0
Black with #B54AF0
Text Example
Text Example
White with #B54AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AF0; }
p { color: rgb(181,74,240); }
H1.HeaderClassName
{
color: #B54AF0;
}
.AnyTagClassName
{
color: #B54AF0;
}
</style>
background-color css
<style>
a { background-color: #B54AF0; }
a { background-color: rgb(181,74,240); }
div.DivClassName
{
background-color: #B54AF0;
}
.BgClassName
{
background-color: #B54AF0;
}
</style>
border-color css
<style>
span { border-color: #B54AF0; }
span { border-color: rgb(181,74,240); }
td.TdClassName
{
border-color: #B54AF0;
}
.TagClassName
{
border-color: #B54AF0;
}
</style>