Shades of Medium Orchid #B569F8
Tints of Medium Orchid #B569F8
RGB
CMYK
RGB Variations
Color information
#B569F8 (or 0xB569F8) is known color: Medium Orchid. HEX triplet: B5, 69 and F8. RGB value is (181,105,248). Sum of RGB (Red+Green+Blue) = 181+105+248=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #B569F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F8 is #4A9607. Grayscale: #8F8F8F. Windows color (decimal): -4888072 or 16279989. OLE color: 16279989.
HSL color Cylindrical-coordinate representation of color #B569F8: hue angle of 271.89º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B569F8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 105 | 248 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.03 |
| HSL | 271.89º | 0.91% | 0.69% | - |
| HSV(B) | 271.89º | 0.58% | 0.97% | - |
| XYZ | 41.05 | 26.7 | 91.8 | - |
| YUV | 144.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 248 | 0.27 | 0.58 | 0 | 0.03 | 271.89 | 0.91 | 0.69 |
| Hex | B5 | 69 | F8 | 1B | 3A | 0 | 3 | 110 | 5B | 45 |
| Octal | 265 | 151 | 370 | 33 | 72 | 0 | 3 | 420 | 133 | 105 |
| Binary | 10110101 | 1101001 | 11111000 | 11011 | 111010 | 0 | 11 | 100010000 | 1011011 | 1000101 |
Color Harmonies of #B569F8
Complementary color
Monochromatic Colors of #B569F8
Black with #B569F8
Text Example
Text Example
White with #B569F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F8; }
p { color: rgb(181,105,248); }
H1.HeaderClassName
{
color: #B569F8;
}
.AnyTagClassName
{
color: #B569F8;
}
</style>
background-color css
<style>
a { background-color: #B569F8; }
a { background-color: rgb(181,105,248); }
div.DivClassName
{
background-color: #B569F8;
}
.BgClassName
{
background-color: #B569F8;
}
</style>
border-color css
<style>
span { border-color: #B569F8; }
span { border-color: rgb(181,105,248); }
td.TdClassName
{
border-color: #B569F8;
}
.TagClassName
{
border-color: #B569F8;
}
</style>