Shades of Medium Orchid #B569DD
Tints of Medium Orchid #B569DD
RGB
CMYK
RGB Variations
Color information
#B569DD (or 0xB569DD) is known color: Medium Orchid. HEX triplet: B5, 69 and DD. RGB value is (181,105,221). Sum of RGB (Red+Green+Blue) = 181+105+221=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B569DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569DD is #4A9622. Grayscale: #8C8C8C. Windows color (decimal): -4888099 or 14510517. OLE color: 14510517.
HSL color Cylindrical-coordinate representation of color #B569DD: hue angle of 279.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B569DD is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 105 | 221 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.13 |
| HSL | 279.31º | 0.63% | 0.64% | - |
| HSV(B) | 279.31º | 0.52% | 0.87% | - |
| XYZ | 37.16 | 25.15 | 71.3 | - |
| YUV | 140.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 221 | 0.18 | 0.52 | 0 | 0.13 | 279.31 | 0.63 | 0.64 |
| Hex | B5 | 69 | DD | 12 | 34 | 0 | D | 117 | 3F | 40 |
| Octal | 265 | 151 | 335 | 22 | 64 | 0 | 15 | 427 | 77 | 100 |
| Binary | 10110101 | 1101001 | 11011101 | 10010 | 110100 | 0 | 1101 | 100010111 | 111111 | 1000000 |
Color Harmonies of #B569DD
Complementary color
Monochromatic Colors of #B569DD
Black with #B569DD
Text Example
Text Example
White with #B569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569DD; }
p { color: rgb(181,105,221); }
H1.HeaderClassName
{
color: #B569DD;
}
.AnyTagClassName
{
color: #B569DD;
}
</style>
background-color css
<style>
a { background-color: #B569DD; }
a { background-color: rgb(181,105,221); }
div.DivClassName
{
background-color: #B569DD;
}
.BgClassName
{
background-color: #B569DD;
}
</style>
border-color css
<style>
span { border-color: #B569DD; }
span { border-color: rgb(181,105,221); }
td.TdClassName
{
border-color: #B569DD;
}
.TagClassName
{
border-color: #B569DD;
}
</style>