Shades of Medium Orchid #B772D4
Tints of Medium Orchid #B772D4
RGB
CMYK
RGB Variations
Color information
#B772D4 (or 0xB772D4) is known color: Medium Orchid. HEX triplet: B7, 72 and D4. RGB value is (183,114,212). Sum of RGB (Red+Green+Blue) = 183+114+212=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B772D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772D4 is #488D2B. Grayscale: #919191. Windows color (decimal): -4754732 or 13922999. OLE color: 13922999.
HSL color Cylindrical-coordinate representation of color #B772D4: hue angle of 282.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B772D4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 114 | 212 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.17 |
| HSL | 282.24º | 0.53% | 0.64% | - |
| HSV(B) | 282.24º | 0.46% | 0.83% | - |
| XYZ | 37.43 | 26.86 | 65.5 | - |
| YUV | 145.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 212 | 0.14 | 0.46 | 0 | 0.17 | 282.24 | 0.53 | 0.64 |
| Hex | B7 | 72 | D4 | E | 2E | 0 | 11 | 11A | 35 | 40 |
| Octal | 267 | 162 | 324 | 16 | 56 | 0 | 21 | 432 | 65 | 100 |
| Binary | 10110111 | 1110010 | 11010100 | 1110 | 101110 | 0 | 10001 | 100011010 | 110101 | 1000000 |
Color Harmonies of #B772D4
Complementary color
Monochromatic Colors of #B772D4
Black with #B772D4
Text Example
Text Example
White with #B772D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772D4; }
p { color: rgb(183,114,212); }
H1.HeaderClassName
{
color: #B772D4;
}
.AnyTagClassName
{
color: #B772D4;
}
</style>
background-color css
<style>
a { background-color: #B772D4; }
a { background-color: rgb(183,114,212); }
div.DivClassName
{
background-color: #B772D4;
}
.BgClassName
{
background-color: #B772D4;
}
</style>
border-color css
<style>
span { border-color: #B772D4; }
span { border-color: rgb(183,114,212); }
td.TdClassName
{
border-color: #B772D4;
}
.TagClassName
{
border-color: #B772D4;
}
</style>