Shades of Medium Orchid #B569F1
Tints of Medium Orchid #B569F1
RGB
CMYK
RGB Variations
Color information
#B569F1 (or 0xB569F1) is known color: Medium Orchid. HEX triplet: B5, 69 and F1. RGB value is (181,105,241). Sum of RGB (Red+Green+Blue) = 181+105+241=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #B569F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F1 is #4A960E. Grayscale: #8E8E8E. Windows color (decimal): -4888079 or 15821237. OLE color: 15821237.
HSL color Cylindrical-coordinate representation of color #B569F1: hue angle of 273.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569F1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 105 | 241 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.05 |
| HSL | 273.53º | 0.83% | 0.68% | - |
| HSV(B) | 273.53º | 0.56% | 0.95% | - |
| XYZ | 39.98 | 26.28 | 86.18 | - |
| YUV | 143.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 241 | 0.25 | 0.56 | 0 | 0.05 | 273.53 | 0.83 | 0.68 |
| Hex | B5 | 69 | F1 | 19 | 38 | 0 | 5 | 112 | 53 | 44 |
| Octal | 265 | 151 | 361 | 31 | 70 | 0 | 5 | 422 | 123 | 104 |
| Binary | 10110101 | 1101001 | 11110001 | 11001 | 111000 | 0 | 101 | 100010010 | 1010011 | 1000100 |
Color Harmonies of #B569F1
Complementary color
Monochromatic Colors of #B569F1
Black with #B569F1
Text Example
Text Example
White with #B569F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F1; }
p { color: rgb(181,105,241); }
H1.HeaderClassName
{
color: #B569F1;
}
.AnyTagClassName
{
color: #B569F1;
}
</style>
background-color css
<style>
a { background-color: #B569F1; }
a { background-color: rgb(181,105,241); }
div.DivClassName
{
background-color: #B569F1;
}
.BgClassName
{
background-color: #B569F1;
}
</style>
border-color css
<style>
span { border-color: #B569F1; }
span { border-color: rgb(181,105,241); }
td.TdClassName
{
border-color: #B569F1;
}
.TagClassName
{
border-color: #B569F1;
}
</style>