Shades of Medium Orchid #B54BFD
Tints of Medium Orchid #B54BFD
RGB
CMYK
RGB Variations
Color information
#B54BFD (or 0xB54BFD) is known color: Medium Orchid. HEX triplet: B5, 4B and FD. RGB value is (181,75,253). Sum of RGB (Red+Green+Blue) = 181+75+253=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #B54BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54BFD is #4AB402. Grayscale: #7E7E7E. Windows color (decimal): -4895747 or 16599989. OLE color: 16599989.
HSL color Cylindrical-coordinate representation of color #B54BFD: hue angle of 275.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54BFD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 75 | 253 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.01 |
| HSL | 275.73º | 0.98% | 0.64% | - |
| HSV(B) | 275.73º | 0.7% | 0.99% | - |
| XYZ | 39.3 | 21.95 | 95.09 | - |
| YUV | 126.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 253 | 0.28 | 0.70 | 0 | 0.01 | 275.73 | 0.98 | 0.64 |
| Hex | B5 | 4B | FD | 1C | 46 | 0 | 1 | 114 | 62 | 40 |
| Octal | 265 | 113 | 375 | 34 | 106 | 0 | 1 | 424 | 142 | 100 |
| Binary | 10110101 | 1001011 | 11111101 | 11100 | 1000110 | 0 | 1 | 100010100 | 1100010 | 1000000 |
Color Harmonies of #B54BFD
Complementary color
Monochromatic Colors of #B54BFD
Black with #B54BFD
Text Example
Text Example
White with #B54BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BFD; }
p { color: rgb(181,75,253); }
H1.HeaderClassName
{
color: #B54BFD;
}
.AnyTagClassName
{
color: #B54BFD;
}
</style>
background-color css
<style>
a { background-color: #B54BFD; }
a { background-color: rgb(181,75,253); }
div.DivClassName
{
background-color: #B54BFD;
}
.BgClassName
{
background-color: #B54BFD;
}
</style>
border-color css
<style>
span { border-color: #B54BFD; }
span { border-color: rgb(181,75,253); }
td.TdClassName
{
border-color: #B54BFD;
}
.TagClassName
{
border-color: #B54BFD;
}
</style>