Shades of Medium Orchid #B770CD
Tints of Medium Orchid #B770CD
RGB
CMYK
RGB Variations
Color information
#B770CD (or 0xB770CD) is known color: Medium Orchid. HEX triplet: B7, 70 and CD. RGB value is (183,112,205). Sum of RGB (Red+Green+Blue) = 183+112+205=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B770CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CD is #488F32. Grayscale: #8F8F8F. Windows color (decimal): -4755251 or 13463735. OLE color: 13463735.
HSL color Cylindrical-coordinate representation of color #B770CD: hue angle of 285.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B770CD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 112 | 205 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.20 |
| HSL | 285.81º | 0.48% | 0.62% | - |
| HSV(B) | 285.81º | 0.45% | 0.8% | - |
| XYZ | 36.34 | 26.06 | 60.87 | - |
| YUV | 143.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 205 | 0.11 | 0.45 | 0 | 0.20 | 285.81 | 0.48 | 0.62 |
| Hex | B7 | 70 | CD | B | 2D | 0 | 14 | 11E | 30 | 3E |
| Octal | 267 | 160 | 315 | 13 | 55 | 0 | 24 | 436 | 60 | 76 |
| Binary | 10110111 | 1110000 | 11001101 | 1011 | 101101 | 0 | 10100 | 100011110 | 110000 | 111110 |
Color Harmonies of #B770CD
Complementary color
Monochromatic Colors of #B770CD
Black with #B770CD
Text Example
Text Example
White with #B770CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770CD; }
p { color: rgb(183,112,205); }
H1.HeaderClassName
{
color: #B770CD;
}
.AnyTagClassName
{
color: #B770CD;
}
</style>
background-color css
<style>
a { background-color: #B770CD; }
a { background-color: rgb(183,112,205); }
div.DivClassName
{
background-color: #B770CD;
}
.BgClassName
{
background-color: #B770CD;
}
</style>
border-color css
<style>
span { border-color: #B770CD; }
span { border-color: rgb(183,112,205); }
td.TdClassName
{
border-color: #B770CD;
}
.TagClassName
{
border-color: #B770CD;
}
</style>