Shades of Medium Orchid #B067DF
Tints of Medium Orchid #B067DF
RGB
CMYK
RGB Variations
Color information
#B067DF (or 0xB067DF) is known color: Medium Orchid. HEX triplet: B0, 67 and DF. RGB value is (176,103,223). Sum of RGB (Red+Green+Blue) = 176+103+223=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B067DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DF is #4F9820. Grayscale: #8A8A8A. Windows color (decimal): -5216289 or 14641072. OLE color: 14641072.
HSL color Cylindrical-coordinate representation of color #B067DF: hue angle of 276.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B067DF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 103 | 223 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.13 |
| HSL | 276.5º | 0.65% | 0.64% | - |
| HSV(B) | 276.5º | 0.54% | 0.87% | - |
| XYZ | 36.07 | 24.26 | 72.59 | - |
| YUV | 138.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 223 | 0.21 | 0.54 | 0 | 0.13 | 276.5 | 0.65 | 0.64 |
| Hex | B0 | 67 | DF | 15 | 36 | 0 | D | 114 | 41 | 40 |
| Octal | 260 | 147 | 337 | 25 | 66 | 0 | 15 | 424 | 101 | 100 |
| Binary | 10110000 | 1100111 | 11011111 | 10101 | 110110 | 0 | 1101 | 100010100 | 1000001 | 1000000 |
Color Harmonies of #B067DF
Complementary color
Monochromatic Colors of #B067DF
Black with #B067DF
Text Example
Text Example
White with #B067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067DF; }
p { color: rgb(176,103,223); }
H1.HeaderClassName
{
color: #B067DF;
}
.AnyTagClassName
{
color: #B067DF;
}
</style>
background-color css
<style>
a { background-color: #B067DF; }
a { background-color: rgb(176,103,223); }
div.DivClassName
{
background-color: #B067DF;
}
.BgClassName
{
background-color: #B067DF;
}
</style>
border-color css
<style>
span { border-color: #B067DF; }
span { border-color: rgb(176,103,223); }
td.TdClassName
{
border-color: #B067DF;
}
.TagClassName
{
border-color: #B067DF;
}
</style>