Shades of Medium Orchid #B572CF
Tints of Medium Orchid #B572CF
RGB
CMYK
RGB Variations
Color information
#B572CF (or 0xB572CF) is known color: Medium Orchid. HEX triplet: B5, 72 and CF. RGB value is (181,114,207). Sum of RGB (Red+Green+Blue) = 181+114+207=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B572CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572CF is #4A8D30. Grayscale: #909090. Windows color (decimal): -4885809 or 13595317. OLE color: 13595317.
HSL color Cylindrical-coordinate representation of color #B572CF: hue angle of 283.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B572CF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 114 | 207 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.19 |
| HSL | 283.23º | 0.49% | 0.63% | - |
| HSV(B) | 283.23º | 0.45% | 0.81% | - |
| XYZ | 36.34 | 26.36 | 62.21 | - |
| YUV | 144.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 207 | 0.13 | 0.45 | 0 | 0.19 | 283.23 | 0.49 | 0.63 |
| Hex | B5 | 72 | CF | D | 2D | 0 | 13 | 11B | 31 | 3F |
| Octal | 265 | 162 | 317 | 15 | 55 | 0 | 23 | 433 | 61 | 77 |
| Binary | 10110101 | 1110010 | 11001111 | 1101 | 101101 | 0 | 10011 | 100011011 | 110001 | 111111 |
Color Harmonies of #B572CF
Complementary color
Monochromatic Colors of #B572CF
Black with #B572CF
Text Example
Text Example
White with #B572CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572CF; }
p { color: rgb(181,114,207); }
H1.HeaderClassName
{
color: #B572CF;
}
.AnyTagClassName
{
color: #B572CF;
}
</style>
background-color css
<style>
a { background-color: #B572CF; }
a { background-color: rgb(181,114,207); }
div.DivClassName
{
background-color: #B572CF;
}
.BgClassName
{
background-color: #B572CF;
}
</style>
border-color css
<style>
span { border-color: #B572CF; }
span { border-color: rgb(181,114,207); }
td.TdClassName
{
border-color: #B572CF;
}
.TagClassName
{
border-color: #B572CF;
}
</style>