Shades of Medium Orchid #B770DD
Tints of Medium Orchid #B770DD
RGB
CMYK
RGB Variations
Color information
#B770DD (or 0xB770DD) is known color: Medium Orchid. HEX triplet: B7, 70 and DD. RGB value is (183,112,221). Sum of RGB (Red+Green+Blue) = 183+112+221=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B770DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770DD is #488F22. Grayscale: #919191. Windows color (decimal): -4755235 or 14512311. OLE color: 14512311.
HSL color Cylindrical-coordinate representation of color #B770DD: hue angle of 279.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B770DD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 112 | 221 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.13 |
| HSL | 279.08º | 0.62% | 0.65% | - |
| HSV(B) | 279.08º | 0.49% | 0.87% | - |
| XYZ | 38.37 | 26.88 | 71.57 | - |
| YUV | 145.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 221 | 0.17 | 0.49 | 0 | 0.13 | 279.08 | 0.62 | 0.65 |
| Hex | B7 | 70 | DD | 11 | 31 | 0 | D | 117 | 3E | 41 |
| Octal | 267 | 160 | 335 | 21 | 61 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110111 | 1110000 | 11011101 | 10001 | 110001 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B770DD
Complementary color
Monochromatic Colors of #B770DD
Black with #B770DD
Text Example
Text Example
White with #B770DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770DD; }
p { color: rgb(183,112,221); }
H1.HeaderClassName
{
color: #B770DD;
}
.AnyTagClassName
{
color: #B770DD;
}
</style>
background-color css
<style>
a { background-color: #B770DD; }
a { background-color: rgb(183,112,221); }
div.DivClassName
{
background-color: #B770DD;
}
.BgClassName
{
background-color: #B770DD;
}
</style>
border-color css
<style>
span { border-color: #B770DD; }
span { border-color: rgb(183,112,221); }
td.TdClassName
{
border-color: #B770DD;
}
.TagClassName
{
border-color: #B770DD;
}
</style>