Shades of Medium Orchid #B54FDF
Tints of Medium Orchid #B54FDF
RGB
CMYK
RGB Variations
Color information
#B54FDF (or 0xB54FDF) is known color: Medium Orchid. HEX triplet: B5, 4F and DF. RGB value is (181,79,223). Sum of RGB (Red+Green+Blue) = 181+79+223=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B54FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FDF is #4AB020. Grayscale: #7D7D7D. Windows color (decimal): -4894753 or 14634933. OLE color: 14634933.
HSL color Cylindrical-coordinate representation of color #B54FDF: hue angle of 282.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54FDF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 79 | 223 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.13 |
| HSL | 282.5º | 0.69% | 0.59% | - |
| HSV(B) | 282.5º | 0.65% | 0.87% | - |
| XYZ | 35.17 | 20.74 | 71.96 | - |
| YUV | 125.91 | 182.79 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 223 | 0.19 | 0.65 | 0 | 0.13 | 282.5 | 0.69 | 0.59 |
| Hex | B5 | 4F | DF | 13 | 41 | 0 | D | 11A | 45 | 3B |
| Octal | 265 | 117 | 337 | 23 | 101 | 0 | 15 | 432 | 105 | 73 |
| Binary | 10110101 | 1001111 | 11011111 | 10011 | 1000001 | 0 | 1101 | 100011010 | 1000101 | 111011 |
Color Harmonies of #B54FDF
Complementary color
Monochromatic Colors of #B54FDF
Black with #B54FDF
Text Example
Text Example
White with #B54FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FDF; }
p { color: rgb(181,79,223); }
H1.HeaderClassName
{
color: #B54FDF;
}
.AnyTagClassName
{
color: #B54FDF;
}
</style>
background-color css
<style>
a { background-color: #B54FDF; }
a { background-color: rgb(181,79,223); }
div.DivClassName
{
background-color: #B54FDF;
}
.BgClassName
{
background-color: #B54FDF;
}
</style>
border-color css
<style>
span { border-color: #B54FDF; }
span { border-color: rgb(181,79,223); }
td.TdClassName
{
border-color: #B54FDF;
}
.TagClassName
{
border-color: #B54FDF;
}
</style>