Shades of Medium Orchid #B067DD
Tints of Medium Orchid #B067DD
RGB
CMYK
RGB Variations
Color information
#B067DD (or 0xB067DD) is known color: Medium Orchid. HEX triplet: B0, 67 and DD. RGB value is (176,103,221). Sum of RGB (Red+Green+Blue) = 176+103+221=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #B067DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DD is #4F9822. Grayscale: #898989. Windows color (decimal): -5216291 or 14510000. OLE color: 14510000.
HSL color Cylindrical-coordinate representation of color #B067DD: hue angle of 277.12º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B067DD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 103 | 221 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.13 |
| HSL | 277.12º | 0.63% | 0.64% | - |
| HSV(B) | 277.12º | 0.53% | 0.87% | - |
| XYZ | 35.81 | 24.15 | 71.18 | - |
| YUV | 138.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 221 | 0.20 | 0.53 | 0 | 0.13 | 277.12 | 0.63 | 0.64 |
| Hex | B0 | 67 | DD | 14 | 35 | 0 | D | 115 | 3F | 40 |
| Octal | 260 | 147 | 335 | 24 | 65 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10110000 | 1100111 | 11011101 | 10100 | 110101 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #B067DD
Complementary color
Monochromatic Colors of #B067DD
Black with #B067DD
Text Example
Text Example
White with #B067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067DD; }
p { color: rgb(176,103,221); }
H1.HeaderClassName
{
color: #B067DD;
}
.AnyTagClassName
{
color: #B067DD;
}
</style>
background-color css
<style>
a { background-color: #B067DD; }
a { background-color: rgb(176,103,221); }
div.DivClassName
{
background-color: #B067DD;
}
.BgClassName
{
background-color: #B067DD;
}
</style>
border-color css
<style>
span { border-color: #B067DD; }
span { border-color: rgb(176,103,221); }
td.TdClassName
{
border-color: #B067DD;
}
.TagClassName
{
border-color: #B067DD;
}
</style>