Shades of Medium Orchid #B067DC
Tints of Medium Orchid #B067DC
RGB
CMYK
RGB Variations
Color information
#B067DC (or 0xB067DC) is known color: Medium Orchid. HEX triplet: B0, 67 and DC. RGB value is (176,103,220). Sum of RGB (Red+Green+Blue) = 176+103+220=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B067DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DC is #4F9823. Grayscale: #898989. Windows color (decimal): -5216292 or 14444464. OLE color: 14444464.
HSL color Cylindrical-coordinate representation of color #B067DC: hue angle of 277.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B067DC is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 103 | 220 | - |
| CMYK | 0.2 | 0.53 | 0 | 0.14 |
| HSL | 277.44º | 0.63% | 0.63% | - |
| HSV(B) | 277.44º | 0.53% | 0.86% | - |
| XYZ | 35.67 | 24.1 | 70.48 | - |
| YUV | 138.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 220 | 0.2 | 0.53 | 0 | 0.14 | 277.44 | 0.63 | 0.63 |
| Hex | B0 | 67 | DC | 14 | 35 | 0 | E | 115 | 3F | 3F |
| Octal | 260 | 147 | 334 | 24 | 65 | 0 | 16 | 425 | 77 | 77 |
| Binary | 10110000 | 1100111 | 11011100 | 10100 | 110101 | 0 | 1110 | 100010101 | 111111 | 111111 |
Color Harmonies of #B067DC
Complementary color
Monochromatic Colors of #B067DC
Black with #B067DC
Text Example
Text Example
White with #B067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067DC; }
p { color: rgb(176,103,220); }
H1.HeaderClassName
{
color: #B067DC;
}
.AnyTagClassName
{
color: #B067DC;
}
</style>
background-color css
<style>
a { background-color: #B067DC; }
a { background-color: rgb(176,103,220); }
div.DivClassName
{
background-color: #B067DC;
}
.BgClassName
{
background-color: #B067DC;
}
</style>
border-color css
<style>
span { border-color: #B067DC; }
span { border-color: rgb(176,103,220); }
td.TdClassName
{
border-color: #B067DC;
}
.TagClassName
{
border-color: #B067DC;
}
</style>