Shades of Medium Orchid #B770E6
Tints of Medium Orchid #B770E6
RGB
CMYK
RGB Variations
Color information
#B770E6 (or 0xB770E6) is known color: Medium Orchid. HEX triplet: B7, 70 and E6. RGB value is (183,112,230). Sum of RGB (Red+Green+Blue) = 183+112+230=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #B770E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770E6 is #488F19. Grayscale: #929292. Windows color (decimal): -4755226 or 15102135. OLE color: 15102135.
HSL color Cylindrical-coordinate representation of color #B770E6: hue angle of 276.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B770E6 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 112 | 230 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.10 |
| HSL | 276.1º | 0.7% | 0.67% | - |
| HSV(B) | 276.1º | 0.51% | 0.9% | - |
| XYZ | 39.61 | 27.37 | 78.06 | - |
| YUV | 146.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 230 | 0.20 | 0.51 | 0 | 0.10 | 276.1 | 0.7 | 0.67 |
| Hex | B7 | 70 | E6 | 14 | 33 | 0 | A | 114 | 46 | 43 |
| Octal | 267 | 160 | 346 | 24 | 63 | 0 | 12 | 424 | 106 | 103 |
| Binary | 10110111 | 1110000 | 11100110 | 10100 | 110011 | 0 | 1010 | 100010100 | 1000110 | 1000011 |
Color Harmonies of #B770E6
Complementary color
Monochromatic Colors of #B770E6
Black with #B770E6
Text Example
Text Example
White with #B770E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770E6; }
p { color: rgb(183,112,230); }
H1.HeaderClassName
{
color: #B770E6;
}
.AnyTagClassName
{
color: #B770E6;
}
</style>
background-color css
<style>
a { background-color: #B770E6; }
a { background-color: rgb(183,112,230); }
div.DivClassName
{
background-color: #B770E6;
}
.BgClassName
{
background-color: #B770E6;
}
</style>
border-color css
<style>
span { border-color: #B770E6; }
span { border-color: rgb(183,112,230); }
td.TdClassName
{
border-color: #B770E6;
}
.TagClassName
{
border-color: #B770E6;
}
</style>