Shades of Medium Orchid #B067D9
Tints of Medium Orchid #B067D9
RGB
CMYK
RGB Variations
Color information
#B067D9 (or 0xB067D9) is known color: Medium Orchid. HEX triplet: B0, 67 and D9. RGB value is (176,103,217). Sum of RGB (Red+Green+Blue) = 176+103+217=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #B067D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067D9 is #4F9826. Grayscale: #898989. Windows color (decimal): -5216295 or 14247856. OLE color: 14247856.
HSL color Cylindrical-coordinate representation of color #B067D9: hue angle of 278.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B067D9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 103 | 217 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.15 |
| HSL | 278.42º | 0.6% | 0.63% | - |
| HSV(B) | 278.42º | 0.53% | 0.85% | - |
| XYZ | 35.28 | 23.94 | 68.41 | - |
| YUV | 137.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 217 | 0.19 | 0.53 | 0 | 0.15 | 278.42 | 0.6 | 0.63 |
| Hex | B0 | 67 | D9 | 13 | 35 | 0 | F | 116 | 3C | 3F |
| Octal | 260 | 147 | 331 | 23 | 65 | 0 | 17 | 426 | 74 | 77 |
| Binary | 10110000 | 1100111 | 11011001 | 10011 | 110101 | 0 | 1111 | 100010110 | 111100 | 111111 |
Color Harmonies of #B067D9
Complementary color
Monochromatic Colors of #B067D9
Black with #B067D9
Text Example
Text Example
White with #B067D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067D9; }
p { color: rgb(176,103,217); }
H1.HeaderClassName
{
color: #B067D9;
}
.AnyTagClassName
{
color: #B067D9;
}
</style>
background-color css
<style>
a { background-color: #B067D9; }
a { background-color: rgb(176,103,217); }
div.DivClassName
{
background-color: #B067D9;
}
.BgClassName
{
background-color: #B067D9;
}
</style>
border-color css
<style>
span { border-color: #B067D9; }
span { border-color: rgb(176,103,217); }
td.TdClassName
{
border-color: #B067D9;
}
.TagClassName
{
border-color: #B067D9;
}
</style>