Shades of Medium Orchid #B067D0
Tints of Medium Orchid #B067D0
RGB
CMYK
RGB Variations
Color information
#B067D0 (or 0xB067D0) is known color: Medium Orchid. HEX triplet: B0, 67 and D0. RGB value is (176,103,208). Sum of RGB (Red+Green+Blue) = 176+103+208=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #B067D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067D0 is #4F982F. Grayscale: #888888. Windows color (decimal): -5216304 or 13658032. OLE color: 13658032.
HSL color Cylindrical-coordinate representation of color #B067D0: hue angle of 281.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B067D0 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 103 | 208 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.18 |
| HSL | 281.71º | 0.53% | 0.61% | - |
| HSV(B) | 281.71º | 0.5% | 0.82% | - |
| XYZ | 34.14 | 23.48 | 62.41 | - |
| YUV | 136.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 208 | 0.15 | 0.50 | 0 | 0.18 | 281.71 | 0.53 | 0.61 |
| Hex | B0 | 67 | D0 | F | 32 | 0 | 12 | 11A | 35 | 3D |
| Octal | 260 | 147 | 320 | 17 | 62 | 0 | 22 | 432 | 65 | 75 |
| Binary | 10110000 | 1100111 | 11010000 | 1111 | 110010 | 0 | 10010 | 100011010 | 110101 | 111101 |
Color Harmonies of #B067D0
Complementary color
Monochromatic Colors of #B067D0
Black with #B067D0
Text Example
Text Example
White with #B067D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067D0; }
p { color: rgb(176,103,208); }
H1.HeaderClassName
{
color: #B067D0;
}
.AnyTagClassName
{
color: #B067D0;
}
</style>
background-color css
<style>
a { background-color: #B067D0; }
a { background-color: rgb(176,103,208); }
div.DivClassName
{
background-color: #B067D0;
}
.BgClassName
{
background-color: #B067D0;
}
</style>
border-color css
<style>
span { border-color: #B067D0; }
span { border-color: rgb(176,103,208); }
td.TdClassName
{
border-color: #B067D0;
}
.TagClassName
{
border-color: #B067D0;
}
</style>