Shades of Medium Orchid #B764E9
Tints of Medium Orchid #B764E9
RGB
CMYK
RGB Variations
Color information
#B764E9 (or 0xB764E9) is known color: Medium Orchid. HEX triplet: B7, 64 and E9. RGB value is (183,100,233). Sum of RGB (Red+Green+Blue) = 183+100+233=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #B764E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764E9 is #489B16. Grayscale: #8B8B8B. Windows color (decimal): -4758295 or 15295671. OLE color: 15295671.
HSL color Cylindrical-coordinate representation of color #B764E9: hue angle of 277.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B764E9 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 100 | 233 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.09 |
| HSL | 277.44º | 0.75% | 0.65% | - |
| HSV(B) | 277.44º | 0.57% | 0.91% | - |
| XYZ | 38.79 | 25.06 | 79.88 | - |
| YUV | 139.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 233 | 0.21 | 0.57 | 0 | 0.09 | 277.44 | 0.75 | 0.65 |
| Hex | B7 | 64 | E9 | 15 | 39 | 0 | 9 | 115 | 4B | 41 |
| Octal | 267 | 144 | 351 | 25 | 71 | 0 | 11 | 425 | 113 | 101 |
| Binary | 10110111 | 1100100 | 11101001 | 10101 | 111001 | 0 | 1001 | 100010101 | 1001011 | 1000001 |
Color Harmonies of #B764E9
Complementary color
Monochromatic Colors of #B764E9
Black with #B764E9
Text Example
Text Example
White with #B764E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764E9; }
p { color: rgb(183,100,233); }
H1.HeaderClassName
{
color: #B764E9;
}
.AnyTagClassName
{
color: #B764E9;
}
</style>
background-color css
<style>
a { background-color: #B764E9; }
a { background-color: rgb(183,100,233); }
div.DivClassName
{
background-color: #B764E9;
}
.BgClassName
{
background-color: #B764E9;
}
</style>
border-color css
<style>
span { border-color: #B764E9; }
span { border-color: rgb(183,100,233); }
td.TdClassName
{
border-color: #B764E9;
}
.TagClassName
{
border-color: #B764E9;
}
</style>