Shades of Medium Orchid #B565D6
Tints of Medium Orchid #B565D6
RGB
CMYK
RGB Variations
Color information
#B565D6 (or 0xB565D6) is known color: Medium Orchid. HEX triplet: B5, 65 and D6. RGB value is (181,101,214). Sum of RGB (Red+Green+Blue) = 181+101+214=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #B565D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565D6 is #4A9A29. Grayscale: #898989. Windows color (decimal): -4889130 or 14050741. OLE color: 14050741.
HSL color Cylindrical-coordinate representation of color #B565D6: hue angle of 282.48º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B565D6 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 101 | 214 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.16 |
| HSL | 282.48º | 0.58% | 0.62% | - |
| HSV(B) | 282.48º | 0.53% | 0.84% | - |
| XYZ | 35.85 | 23.99 | 66.36 | - |
| YUV | 137.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 214 | 0.15 | 0.53 | 0 | 0.16 | 282.48 | 0.58 | 0.62 |
| Hex | B5 | 65 | D6 | F | 35 | 0 | 10 | 11A | 3A | 3E |
| Octal | 265 | 145 | 326 | 17 | 65 | 0 | 20 | 432 | 72 | 76 |
| Binary | 10110101 | 1100101 | 11010110 | 1111 | 110101 | 0 | 10000 | 100011010 | 111010 | 111110 |
Color Harmonies of #B565D6
Complementary color
Monochromatic Colors of #B565D6
Black with #B565D6
Text Example
Text Example
White with #B565D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565D6; }
p { color: rgb(181,101,214); }
H1.HeaderClassName
{
color: #B565D6;
}
.AnyTagClassName
{
color: #B565D6;
}
</style>
background-color css
<style>
a { background-color: #B565D6; }
a { background-color: rgb(181,101,214); }
div.DivClassName
{
background-color: #B565D6;
}
.BgClassName
{
background-color: #B565D6;
}
</style>
border-color css
<style>
span { border-color: #B565D6; }
span { border-color: rgb(181,101,214); }
td.TdClassName
{
border-color: #B565D6;
}
.TagClassName
{
border-color: #B565D6;
}
</style>