Shades of Medium Orchid #B54AF3
Tints of Medium Orchid #B54AF3
RGB
CMYK
RGB Variations
Color information
#B54AF3 (or 0xB54AF3) is known color: Medium Orchid. HEX triplet: B5, 4A and F3. RGB value is (181,74,243). Sum of RGB (Red+Green+Blue) = 181+74+243=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #B54AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF3 is #4AB50C. Grayscale: #7C7C7C. Windows color (decimal): -4896013 or 15944373. OLE color: 15944373.
HSL color Cylindrical-coordinate representation of color #B54AF3: hue angle of 277.99º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54AF3 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 74 | 243 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.05 |
| HSL | 277.99º | 0.88% | 0.62% | - |
| HSV(B) | 277.99º | 0.7% | 0.95% | - |
| XYZ | 37.68 | 21.19 | 86.9 | - |
| YUV | 125.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 243 | 0.26 | 0.70 | 0 | 0.05 | 277.99 | 0.88 | 0.62 |
| Hex | B5 | 4A | F3 | 1A | 46 | 0 | 5 | 116 | 58 | 3E |
| Octal | 265 | 112 | 363 | 32 | 106 | 0 | 5 | 426 | 130 | 76 |
| Binary | 10110101 | 1001010 | 11110011 | 11010 | 1000110 | 0 | 101 | 100010110 | 1011000 | 111110 |
Color Harmonies of #B54AF3
Complementary color
Monochromatic Colors of #B54AF3
Black with #B54AF3
Text Example
Text Example
White with #B54AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AF3; }
p { color: rgb(181,74,243); }
H1.HeaderClassName
{
color: #B54AF3;
}
.AnyTagClassName
{
color: #B54AF3;
}
</style>
background-color css
<style>
a { background-color: #B54AF3; }
a { background-color: rgb(181,74,243); }
div.DivClassName
{
background-color: #B54AF3;
}
.BgClassName
{
background-color: #B54AF3;
}
</style>
border-color css
<style>
span { border-color: #B54AF3; }
span { border-color: rgb(181,74,243); }
td.TdClassName
{
border-color: #B54AF3;
}
.TagClassName
{
border-color: #B54AF3;
}
</style>