Shades of Medium Orchid #B565DB
Tints of Medium Orchid #B565DB
RGB
CMYK
RGB Variations
Color information
#B565DB (or 0xB565DB) is known color: Medium Orchid. HEX triplet: B5, 65 and DB. RGB value is (181,101,219). Sum of RGB (Red+Green+Blue) = 181+101+219=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B565DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565DB is #4A9A24. Grayscale: #898989. Windows color (decimal): -4889125 or 14378421. OLE color: 14378421.
HSL color Cylindrical-coordinate representation of color #B565DB: hue angle of 280.68º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B565DB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 101 | 219 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.14 |
| HSL | 280.68º | 0.62% | 0.63% | - |
| HSV(B) | 280.68º | 0.54% | 0.86% | - |
| XYZ | 36.5 | 24.25 | 69.77 | - |
| YUV | 138.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 219 | 0.17 | 0.54 | 0 | 0.14 | 280.68 | 0.62 | 0.63 |
| Hex | B5 | 65 | DB | 11 | 36 | 0 | E | 119 | 3E | 3F |
| Octal | 265 | 145 | 333 | 21 | 66 | 0 | 16 | 431 | 76 | 77 |
| Binary | 10110101 | 1100101 | 11011011 | 10001 | 110110 | 0 | 1110 | 100011001 | 111110 | 111111 |
Color Harmonies of #B565DB
Complementary color
Monochromatic Colors of #B565DB
Black with #B565DB
Text Example
Text Example
White with #B565DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565DB; }
p { color: rgb(181,101,219); }
H1.HeaderClassName
{
color: #B565DB;
}
.AnyTagClassName
{
color: #B565DB;
}
</style>
background-color css
<style>
a { background-color: #B565DB; }
a { background-color: rgb(181,101,219); }
div.DivClassName
{
background-color: #B565DB;
}
.BgClassName
{
background-color: #B565DB;
}
</style>
border-color css
<style>
span { border-color: #B565DB; }
span { border-color: rgb(181,101,219); }
td.TdClassName
{
border-color: #B565DB;
}
.TagClassName
{
border-color: #B565DB;
}
</style>