Shades of Medium Orchid #B569F7
Tints of Medium Orchid #B569F7
RGB
CMYK
RGB Variations
Color information
#B569F7 (or 0xB569F7) is known color: Medium Orchid. HEX triplet: B5, 69 and F7. RGB value is (181,105,247). Sum of RGB (Red+Green+Blue) = 181+105+247=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B569F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F7 is #4A9608. Grayscale: #8F8F8F. Windows color (decimal): -4888073 or 16214453. OLE color: 16214453.
HSL color Cylindrical-coordinate representation of color #B569F7: hue angle of 272.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 105 | 247 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.03 |
| HSL | 272.11º | 0.9% | 0.69% | - |
| HSV(B) | 272.11º | 0.57% | 0.97% | - |
| XYZ | 40.9 | 26.64 | 90.98 | - |
| YUV | 143.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 247 | 0.27 | 0.57 | 0 | 0.03 | 272.11 | 0.9 | 0.69 |
| Hex | B5 | 69 | F7 | 1B | 39 | 0 | 3 | 110 | 5A | 45 |
| Octal | 265 | 151 | 367 | 33 | 71 | 0 | 3 | 420 | 132 | 105 |
| Binary | 10110101 | 1101001 | 11110111 | 11011 | 111001 | 0 | 11 | 100010000 | 1011010 | 1000101 |
Color Harmonies of #B569F7
Complementary color
Monochromatic Colors of #B569F7
Black with #B569F7
Text Example
Text Example
White with #B569F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F7; }
p { color: rgb(181,105,247); }
H1.HeaderClassName
{
color: #B569F7;
}
.AnyTagClassName
{
color: #B569F7;
}
</style>
background-color css
<style>
a { background-color: #B569F7; }
a { background-color: rgb(181,105,247); }
div.DivClassName
{
background-color: #B569F7;
}
.BgClassName
{
background-color: #B569F7;
}
</style>
border-color css
<style>
span { border-color: #B569F7; }
span { border-color: rgb(181,105,247); }
td.TdClassName
{
border-color: #B569F7;
}
.TagClassName
{
border-color: #B569F7;
}
</style>