Shades of Medium Orchid #B772DA
Tints of Medium Orchid #B772DA
RGB
CMYK
RGB Variations
Color information
#B772DA (or 0xB772DA) is known color: Medium Orchid. HEX triplet: B7, 72 and DA. RGB value is (183,114,218). Sum of RGB (Red+Green+Blue) = 183+114+218=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B772DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772DA is #488D25. Grayscale: #929292. Windows color (decimal): -4754726 or 14316215. OLE color: 14316215.
HSL color Cylindrical-coordinate representation of color #B772DA: hue angle of 279.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B772DA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 114 | 218 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.15 |
| HSL | 279.81º | 0.58% | 0.65% | - |
| HSV(B) | 279.81º | 0.48% | 0.85% | - |
| XYZ | 38.2 | 27.16 | 69.56 | - |
| YUV | 146.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 218 | 0.16 | 0.48 | 0 | 0.15 | 279.81 | 0.58 | 0.65 |
| Hex | B7 | 72 | DA | 10 | 30 | 0 | F | 118 | 3A | 41 |
| Octal | 267 | 162 | 332 | 20 | 60 | 0 | 17 | 430 | 72 | 101 |
| Binary | 10110111 | 1110010 | 11011010 | 10000 | 110000 | 0 | 1111 | 100011000 | 111010 | 1000001 |
Color Harmonies of #B772DA
Complementary color
Monochromatic Colors of #B772DA
Black with #B772DA
Text Example
Text Example
White with #B772DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772DA; }
p { color: rgb(183,114,218); }
H1.HeaderClassName
{
color: #B772DA;
}
.AnyTagClassName
{
color: #B772DA;
}
</style>
background-color css
<style>
a { background-color: #B772DA; }
a { background-color: rgb(183,114,218); }
div.DivClassName
{
background-color: #B772DA;
}
.BgClassName
{
background-color: #B772DA;
}
</style>
border-color css
<style>
span { border-color: #B772DA; }
span { border-color: rgb(183,114,218); }
td.TdClassName
{
border-color: #B772DA;
}
.TagClassName
{
border-color: #B772DA;
}
</style>