Shades of Medium Orchid #B565D9
Tints of Medium Orchid #B565D9
RGB
CMYK
RGB Variations
Color information
#B565D9 (or 0xB565D9) is known color: Medium Orchid. HEX triplet: B5, 65 and D9. RGB value is (181,101,217). Sum of RGB (Red+Green+Blue) = 181+101+217=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #B565D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565D9 is #4A9A26. Grayscale: #898989. Windows color (decimal): -4889127 or 14247349. OLE color: 14247349.
HSL color Cylindrical-coordinate representation of color #B565D9: hue angle of 281.38º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B565D9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 101 | 217 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.15 |
| HSL | 281.38º | 0.6% | 0.62% | - |
| HSV(B) | 281.38º | 0.53% | 0.85% | - |
| XYZ | 36.23 | 24.14 | 68.4 | - |
| YUV | 138.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 217 | 0.17 | 0.53 | 0 | 0.15 | 281.38 | 0.6 | 0.62 |
| Hex | B5 | 65 | D9 | 11 | 35 | 0 | F | 119 | 3C | 3E |
| Octal | 265 | 145 | 331 | 21 | 65 | 0 | 17 | 431 | 74 | 76 |
| Binary | 10110101 | 1100101 | 11011001 | 10001 | 110101 | 0 | 1111 | 100011001 | 111100 | 111110 |
Color Harmonies of #B565D9
Complementary color
Monochromatic Colors of #B565D9
Black with #B565D9
Text Example
Text Example
White with #B565D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565D9; }
p { color: rgb(181,101,217); }
H1.HeaderClassName
{
color: #B565D9;
}
.AnyTagClassName
{
color: #B565D9;
}
</style>
background-color css
<style>
a { background-color: #B565D9; }
a { background-color: rgb(181,101,217); }
div.DivClassName
{
background-color: #B565D9;
}
.BgClassName
{
background-color: #B565D9;
}
</style>
border-color css
<style>
span { border-color: #B565D9; }
span { border-color: rgb(181,101,217); }
td.TdClassName
{
border-color: #B565D9;
}
.TagClassName
{
border-color: #B565D9;
}
</style>