Shades of Medium Orchid #B567DB
Tints of Medium Orchid #B567DB
RGB
CMYK
RGB Variations
Color information
#B567DB (or 0xB567DB) is known color: Medium Orchid. HEX triplet: B5, 67 and DB. RGB value is (181,103,219). Sum of RGB (Red+Green+Blue) = 181+103+219=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B567DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567DB is #4A9824. Grayscale: #8B8B8B. Windows color (decimal): -4888613 or 14378933. OLE color: 14378933.
HSL color Cylindrical-coordinate representation of color #B567DB: hue angle of 280.34º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B567DB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 103 | 219 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.14 |
| HSL | 280.34º | 0.62% | 0.63% | - |
| HSV(B) | 280.34º | 0.53% | 0.86% | - |
| XYZ | 36.69 | 24.64 | 69.84 | - |
| YUV | 139.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 219 | 0.17 | 0.53 | 0 | 0.14 | 280.34 | 0.62 | 0.63 |
| Hex | B5 | 67 | DB | 11 | 35 | 0 | E | 118 | 3E | 3F |
| Octal | 265 | 147 | 333 | 21 | 65 | 0 | 16 | 430 | 76 | 77 |
| Binary | 10110101 | 1100111 | 11011011 | 10001 | 110101 | 0 | 1110 | 100011000 | 111110 | 111111 |
Color Harmonies of #B567DB
Complementary color
Monochromatic Colors of #B567DB
Black with #B567DB
Text Example
Text Example
White with #B567DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567DB; }
p { color: rgb(181,103,219); }
H1.HeaderClassName
{
color: #B567DB;
}
.AnyTagClassName
{
color: #B567DB;
}
</style>
background-color css
<style>
a { background-color: #B567DB; }
a { background-color: rgb(181,103,219); }
div.DivClassName
{
background-color: #B567DB;
}
.BgClassName
{
background-color: #B567DB;
}
</style>
border-color css
<style>
span { border-color: #B567DB; }
span { border-color: rgb(181,103,219); }
td.TdClassName
{
border-color: #B567DB;
}
.TagClassName
{
border-color: #B567DB;
}
</style>