Shades of Medium Orchid #B567DD
Tints of Medium Orchid #B567DD
RGB
CMYK
RGB Variations
Color information
#B567DD (or 0xB567DD) is known color: Medium Orchid. HEX triplet: B5, 67 and DD. RGB value is (181,103,221). Sum of RGB (Red+Green+Blue) = 181+103+221=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B567DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567DD is #4A9822. Grayscale: #8B8B8B. Windows color (decimal): -4888611 or 14510005. OLE color: 14510005.
HSL color Cylindrical-coordinate representation of color #B567DD: hue angle of 279.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B567DD is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 103 | 221 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.13 |
| HSL | 279.66º | 0.63% | 0.64% | - |
| HSV(B) | 279.66º | 0.53% | 0.87% | - |
| XYZ | 36.96 | 24.74 | 71.23 | - |
| YUV | 139.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 221 | 0.18 | 0.53 | 0 | 0.13 | 279.66 | 0.63 | 0.64 |
| Hex | B5 | 67 | DD | 12 | 35 | 0 | D | 118 | 3F | 40 |
| Octal | 265 | 147 | 335 | 22 | 65 | 0 | 15 | 430 | 77 | 100 |
| Binary | 10110101 | 1100111 | 11011101 | 10010 | 110101 | 0 | 1101 | 100011000 | 111111 | 1000000 |
Color Harmonies of #B567DD
Complementary color
Monochromatic Colors of #B567DD
Black with #B567DD
Text Example
Text Example
White with #B567DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567DD; }
p { color: rgb(181,103,221); }
H1.HeaderClassName
{
color: #B567DD;
}
.AnyTagClassName
{
color: #B567DD;
}
</style>
background-color css
<style>
a { background-color: #B567DD; }
a { background-color: rgb(181,103,221); }
div.DivClassName
{
background-color: #B567DD;
}
.BgClassName
{
background-color: #B567DD;
}
</style>
border-color css
<style>
span { border-color: #B567DD; }
span { border-color: rgb(181,103,221); }
td.TdClassName
{
border-color: #B567DD;
}
.TagClassName
{
border-color: #B567DD;
}
</style>