Shades of Medium Orchid #B067D7
Tints of Medium Orchid #B067D7
RGB
CMYK
RGB Variations
Color information
#B067D7 (or 0xB067D7) is known color: Medium Orchid. HEX triplet: B0, 67 and D7. RGB value is (176,103,215). Sum of RGB (Red+Green+Blue) = 176+103+215=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #B067D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067D7 is #4F9828. Grayscale: #898989. Windows color (decimal): -5216297 or 14116784. OLE color: 14116784.
HSL color Cylindrical-coordinate representation of color #B067D7: hue angle of 279.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B067D7 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 103 | 215 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.16 |
| HSL | 279.11º | 0.58% | 0.62% | - |
| HSV(B) | 279.11º | 0.52% | 0.84% | - |
| XYZ | 35.02 | 23.84 | 67.05 | - |
| YUV | 137.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 215 | 0.18 | 0.52 | 0 | 0.16 | 279.11 | 0.58 | 0.62 |
| Hex | B0 | 67 | D7 | 12 | 34 | 0 | 10 | 117 | 3A | 3E |
| Octal | 260 | 147 | 327 | 22 | 64 | 0 | 20 | 427 | 72 | 76 |
| Binary | 10110000 | 1100111 | 11010111 | 10010 | 110100 | 0 | 10000 | 100010111 | 111010 | 111110 |
Color Harmonies of #B067D7
Complementary color
Monochromatic Colors of #B067D7
Black with #B067D7
Text Example
Text Example
White with #B067D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067D7; }
p { color: rgb(176,103,215); }
H1.HeaderClassName
{
color: #B067D7;
}
.AnyTagClassName
{
color: #B067D7;
}
</style>
background-color css
<style>
a { background-color: #B067D7; }
a { background-color: rgb(176,103,215); }
div.DivClassName
{
background-color: #B067D7;
}
.BgClassName
{
background-color: #B067D7;
}
</style>
border-color css
<style>
span { border-color: #B067D7; }
span { border-color: rgb(176,103,215); }
td.TdClassName
{
border-color: #B067D7;
}
.TagClassName
{
border-color: #B067D7;
}
</style>