Shades of Medium Orchid #B54AFB
Tints of Medium Orchid #B54AFB
RGB
CMYK
RGB Variations
Color information
#B54AFB (or 0xB54AFB) is known color: Medium Orchid. HEX triplet: B5, 4A and FB. RGB value is (181,74,251). Sum of RGB (Red+Green+Blue) = 181+74+251=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #B54AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AFB is #4AB504. Grayscale: #7D7D7D. Windows color (decimal): -4896005 or 16468661. OLE color: 16468661.
HSL color Cylindrical-coordinate representation of color #B54AFB: hue angle of 276.27º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B54AFB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 74 | 251 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.02 |
| HSL | 276.27º | 0.96% | 0.64% | - |
| HSV(B) | 276.27º | 0.71% | 0.98% | - |
| XYZ | 38.92 | 21.69 | 93.4 | - |
| YUV | 126.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 251 | 0.28 | 0.71 | 0 | 0.02 | 276.27 | 0.96 | 0.64 |
| Hex | B5 | 4A | FB | 1C | 47 | 0 | 2 | 114 | 60 | 40 |
| Octal | 265 | 112 | 373 | 34 | 107 | 0 | 2 | 424 | 140 | 100 |
| Binary | 10110101 | 1001010 | 11111011 | 11100 | 1000111 | 0 | 10 | 100010100 | 1100000 | 1000000 |
Color Harmonies of #B54AFB
Complementary color
Monochromatic Colors of #B54AFB
Black with #B54AFB
Text Example
Text Example
White with #B54AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AFB; }
p { color: rgb(181,74,251); }
H1.HeaderClassName
{
color: #B54AFB;
}
.AnyTagClassName
{
color: #B54AFB;
}
</style>
background-color css
<style>
a { background-color: #B54AFB; }
a { background-color: rgb(181,74,251); }
div.DivClassName
{
background-color: #B54AFB;
}
.BgClassName
{
background-color: #B54AFB;
}
</style>
border-color css
<style>
span { border-color: #B54AFB; }
span { border-color: rgb(181,74,251); }
td.TdClassName
{
border-color: #B54AFB;
}
.TagClassName
{
border-color: #B54AFB;
}
</style>