Shades of Medium Orchid #B569F5
Tints of Medium Orchid #B569F5
RGB
CMYK
RGB Variations
Color information
#B569F5 (or 0xB569F5) is known color: Medium Orchid. HEX triplet: B5, 69 and F5. RGB value is (181,105,245). Sum of RGB (Red+Green+Blue) = 181+105+245=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #B569F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F5 is #4A960A. Grayscale: #8F8F8F. Windows color (decimal): -4888075 or 16083381. OLE color: 16083381.
HSL color Cylindrical-coordinate representation of color #B569F5: hue angle of 272.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F5 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 105 | 245 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.04 |
| HSL | 272.57º | 0.88% | 0.69% | - |
| HSV(B) | 272.57º | 0.57% | 0.96% | - |
| XYZ | 40.59 | 26.52 | 89.37 | - |
| YUV | 143.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 245 | 0.26 | 0.57 | 0 | 0.04 | 272.57 | 0.88 | 0.69 |
| Hex | B5 | 69 | F5 | 1A | 39 | 0 | 4 | 111 | 58 | 45 |
| Octal | 265 | 151 | 365 | 32 | 71 | 0 | 4 | 421 | 130 | 105 |
| Binary | 10110101 | 1101001 | 11110101 | 11010 | 111001 | 0 | 100 | 100010001 | 1011000 | 1000101 |
Color Harmonies of #B569F5
Complementary color
Monochromatic Colors of #B569F5
Black with #B569F5
Text Example
Text Example
White with #B569F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F5; }
p { color: rgb(181,105,245); }
H1.HeaderClassName
{
color: #B569F5;
}
.AnyTagClassName
{
color: #B569F5;
}
</style>
background-color css
<style>
a { background-color: #B569F5; }
a { background-color: rgb(181,105,245); }
div.DivClassName
{
background-color: #B569F5;
}
.BgClassName
{
background-color: #B569F5;
}
</style>
border-color css
<style>
span { border-color: #B569F5; }
span { border-color: rgb(181,105,245); }
td.TdClassName
{
border-color: #B569F5;
}
.TagClassName
{
border-color: #B569F5;
}
</style>