Shades of Medium Orchid #B54FFD
Tints of Medium Orchid #B54FFD
RGB
CMYK
RGB Variations
Color information
#B54FFD (or 0xB54FFD) is known color: Medium Orchid. HEX triplet: B5, 4F and FD. RGB value is (181,79,253). Sum of RGB (Red+Green+Blue) = 181+79+253=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B54FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FFD is #4AB002. Grayscale: #808080. Windows color (decimal): -4894723 or 16601013. OLE color: 16601013.
HSL color Cylindrical-coordinate representation of color #B54FFD: hue angle of 275.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54FFD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 79 | 253 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.01 |
| HSL | 275.17º | 0.98% | 0.65% | - |
| HSV(B) | 275.17º | 0.69% | 0.99% | - |
| XYZ | 39.58 | 22.51 | 95.19 | - |
| YUV | 129.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 253 | 0.28 | 0.69 | 0 | 0.01 | 275.17 | 0.98 | 0.65 |
| Hex | B5 | 4F | FD | 1C | 45 | 0 | 1 | 113 | 62 | 41 |
| Octal | 265 | 117 | 375 | 34 | 105 | 0 | 1 | 423 | 142 | 101 |
| Binary | 10110101 | 1001111 | 11111101 | 11100 | 1000101 | 0 | 1 | 100010011 | 1100010 | 1000001 |
Color Harmonies of #B54FFD
Complementary color
Monochromatic Colors of #B54FFD
Black with #B54FFD
Text Example
Text Example
White with #B54FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FFD; }
p { color: rgb(181,79,253); }
H1.HeaderClassName
{
color: #B54FFD;
}
.AnyTagClassName
{
color: #B54FFD;
}
</style>
background-color css
<style>
a { background-color: #B54FFD; }
a { background-color: rgb(181,79,253); }
div.DivClassName
{
background-color: #B54FFD;
}
.BgClassName
{
background-color: #B54FFD;
}
</style>
border-color css
<style>
span { border-color: #B54FFD; }
span { border-color: rgb(181,79,253); }
td.TdClassName
{
border-color: #B54FFD;
}
.TagClassName
{
border-color: #B54FFD;
}
</style>