Shades of Medium Orchid #B572DF
Tints of Medium Orchid #B572DF
RGB
CMYK
RGB Variations
Color information
#B572DF (or 0xB572DF) is known color: Medium Orchid. HEX triplet: B5, 72 and DF. RGB value is (181,114,223). Sum of RGB (Red+Green+Blue) = 181+114+223=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B572DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572DF is #4A8D20. Grayscale: #929292. Windows color (decimal): -4885793 or 14643893. OLE color: 14643893.
HSL color Cylindrical-coordinate representation of color #B572DF: hue angle of 276.88º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B572DF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 114 | 223 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.13 |
| HSL | 276.88º | 0.63% | 0.66% | - |
| HSV(B) | 276.88º | 0.49% | 0.87% | - |
| XYZ | 38.39 | 27.19 | 73.04 | - |
| YUV | 146.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 223 | 0.19 | 0.49 | 0 | 0.13 | 276.88 | 0.63 | 0.66 |
| Hex | B5 | 72 | DF | 13 | 31 | 0 | D | 115 | 3F | 42 |
| Octal | 265 | 162 | 337 | 23 | 61 | 0 | 15 | 425 | 77 | 102 |
| Binary | 10110101 | 1110010 | 11011111 | 10011 | 110001 | 0 | 1101 | 100010101 | 111111 | 1000010 |
Color Harmonies of #B572DF
Complementary color
Monochromatic Colors of #B572DF
Black with #B572DF
Text Example
Text Example
White with #B572DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572DF; }
p { color: rgb(181,114,223); }
H1.HeaderClassName
{
color: #B572DF;
}
.AnyTagClassName
{
color: #B572DF;
}
</style>
background-color css
<style>
a { background-color: #B572DF; }
a { background-color: rgb(181,114,223); }
div.DivClassName
{
background-color: #B572DF;
}
.BgClassName
{
background-color: #B572DF;
}
</style>
border-color css
<style>
span { border-color: #B572DF; }
span { border-color: rgb(181,114,223); }
td.TdClassName
{
border-color: #B572DF;
}
.TagClassName
{
border-color: #B572DF;
}
</style>