Shades of Medium Orchid #B670D3
Tints of Medium Orchid #B670D3
RGB
CMYK
RGB Variations
Color information
#B670D3 (or 0xB670D3) is known color: Medium Orchid. HEX triplet: B6, 70 and D3. RGB value is (182,112,211). Sum of RGB (Red+Green+Blue) = 182+112+211=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #B670D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670D3 is #498F2C. Grayscale: #8F8F8F. Windows color (decimal): -4820781 or 13856950. OLE color: 13856950.
HSL color Cylindrical-coordinate representation of color #B670D3: hue angle of 282.42º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B670D3 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 112 | 211 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.17 |
| HSL | 282.42º | 0.53% | 0.63% | - |
| HSV(B) | 282.42º | 0.47% | 0.83% | - |
| XYZ | 36.84 | 26.24 | 64.75 | - |
| YUV | 144.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 211 | 0.14 | 0.47 | 0 | 0.17 | 282.42 | 0.53 | 0.63 |
| Hex | B6 | 70 | D3 | E | 2F | 0 | 11 | 11A | 35 | 3F |
| Octal | 266 | 160 | 323 | 16 | 57 | 0 | 21 | 432 | 65 | 77 |
| Binary | 10110110 | 1110000 | 11010011 | 1110 | 101111 | 0 | 10001 | 100011010 | 110101 | 111111 |
Color Harmonies of #B670D3
Complementary color
Monochromatic Colors of #B670D3
Black with #B670D3
Text Example
Text Example
White with #B670D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B670D3; }
p { color: rgb(182,112,211); }
H1.HeaderClassName
{
color: #B670D3;
}
.AnyTagClassName
{
color: #B670D3;
}
</style>
background-color css
<style>
a { background-color: #B670D3; }
a { background-color: rgb(182,112,211); }
div.DivClassName
{
background-color: #B670D3;
}
.BgClassName
{
background-color: #B670D3;
}
</style>
border-color css
<style>
span { border-color: #B670D3; }
span { border-color: rgb(182,112,211); }
td.TdClassName
{
border-color: #B670D3;
}
.TagClassName
{
border-color: #B670D3;
}
</style>