Shades of Medium Orchid #B065D9
Tints of Medium Orchid #B065D9
RGB
CMYK
RGB Variations
Color information
#B065D9 (or 0xB065D9) is known color: Medium Orchid. HEX triplet: B0, 65 and D9. RGB value is (176,101,217). Sum of RGB (Red+Green+Blue) = 176+101+217=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #B065D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065D9 is #4F9A26. Grayscale: #888888. Windows color (decimal): -5216807 or 14247344. OLE color: 14247344.
HSL color Cylindrical-coordinate representation of color #B065D9: hue angle of 278.79º 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 #B065D9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 101 | 217 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.15 |
| HSL | 278.79º | 0.6% | 0.62% | - |
| HSV(B) | 278.79º | 0.53% | 0.85% | - |
| XYZ | 35.08 | 23.55 | 68.34 | - |
| YUV | 136.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 217 | 0.19 | 0.53 | 0 | 0.15 | 278.79 | 0.6 | 0.62 |
| Hex | B0 | 65 | D9 | 13 | 35 | 0 | F | 117 | 3C | 3E |
| Octal | 260 | 145 | 331 | 23 | 65 | 0 | 17 | 427 | 74 | 76 |
| Binary | 10110000 | 1100101 | 11011001 | 10011 | 110101 | 0 | 1111 | 100010111 | 111100 | 111110 |
Color Harmonies of #B065D9
Complementary color
Monochromatic Colors of #B065D9
Black with #B065D9
Text Example
Text Example
White with #B065D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065D9; }
p { color: rgb(176,101,217); }
H1.HeaderClassName
{
color: #B065D9;
}
.AnyTagClassName
{
color: #B065D9;
}
</style>
background-color css
<style>
a { background-color: #B065D9; }
a { background-color: rgb(176,101,217); }
div.DivClassName
{
background-color: #B065D9;
}
.BgClassName
{
background-color: #B065D9;
}
</style>
border-color css
<style>
span { border-color: #B065D9; }
span { border-color: rgb(176,101,217); }
td.TdClassName
{
border-color: #B065D9;
}
.TagClassName
{
border-color: #B065D9;
}
</style>