Shades of Medium Orchid #B574DF
Tints of Medium Orchid #B574DF
RGB
CMYK
RGB Variations
Color information
#B574DF (or 0xB574DF) is known color: Medium Orchid. HEX triplet: B5, 74 and DF. RGB value is (181,116,223). Sum of RGB (Red+Green+Blue) = 181+116+223=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B574DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DF is #4A8B20. Grayscale: #939393. Windows color (decimal): -4885281 or 14644405. OLE color: 14644405.
HSL color Cylindrical-coordinate representation of color #B574DF: hue angle of 276.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B574DF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 116 | 223 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.13 |
| HSL | 276.45º | 0.63% | 0.66% | - |
| HSV(B) | 276.45º | 0.48% | 0.87% | - |
| XYZ | 38.62 | 27.64 | 73.11 | - |
| YUV | 147.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 223 | 0.19 | 0.48 | 0 | 0.13 | 276.45 | 0.63 | 0.66 |
| Hex | B5 | 74 | DF | 13 | 30 | 0 | D | 114 | 3F | 42 |
| Octal | 265 | 164 | 337 | 23 | 60 | 0 | 15 | 424 | 77 | 102 |
| Binary | 10110101 | 1110100 | 11011111 | 10011 | 110000 | 0 | 1101 | 100010100 | 111111 | 1000010 |
Color Harmonies of #B574DF
Complementary color
Monochromatic Colors of #B574DF
Black with #B574DF
Text Example
Text Example
White with #B574DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574DF; }
p { color: rgb(181,116,223); }
H1.HeaderClassName
{
color: #B574DF;
}
.AnyTagClassName
{
color: #B574DF;
}
</style>
background-color css
<style>
a { background-color: #B574DF; }
a { background-color: rgb(181,116,223); }
div.DivClassName
{
background-color: #B574DF;
}
.BgClassName
{
background-color: #B574DF;
}
</style>
border-color css
<style>
span { border-color: #B574DF; }
span { border-color: rgb(181,116,223); }
td.TdClassName
{
border-color: #B574DF;
}
.TagClassName
{
border-color: #B574DF;
}
</style>