Shades of Medium Orchid #B764E8
Tints of Medium Orchid #B764E8
RGB
CMYK
RGB Variations
Color information
#B764E8 (or 0xB764E8) is known color: Medium Orchid. HEX triplet: B7, 64 and E8. RGB value is (183,100,232). Sum of RGB (Red+Green+Blue) = 183+100+232=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #B764E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764E8 is #489B17. Grayscale: #8B8B8B. Windows color (decimal): -4758296 or 15230135. OLE color: 15230135.
HSL color Cylindrical-coordinate representation of color #B764E8: hue angle of 277.73º degrees, saturation: 0.74, 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 #B764E8 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 100 | 232 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.09 |
| HSL | 277.73º | 0.74% | 0.65% | - |
| HSV(B) | 277.73º | 0.57% | 0.91% | - |
| XYZ | 38.65 | 25.01 | 79.13 | - |
| YUV | 139.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 232 | 0.21 | 0.57 | 0 | 0.09 | 277.73 | 0.74 | 0.65 |
| Hex | B7 | 64 | E8 | 15 | 39 | 0 | 9 | 116 | 4A | 41 |
| Octal | 267 | 144 | 350 | 25 | 71 | 0 | 11 | 426 | 112 | 101 |
| Binary | 10110111 | 1100100 | 11101000 | 10101 | 111001 | 0 | 1001 | 100010110 | 1001010 | 1000001 |
Color Harmonies of #B764E8
Complementary color
Monochromatic Colors of #B764E8
Black with #B764E8
Text Example
Text Example
White with #B764E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764E8; }
p { color: rgb(183,100,232); }
H1.HeaderClassName
{
color: #B764E8;
}
.AnyTagClassName
{
color: #B764E8;
}
</style>
background-color css
<style>
a { background-color: #B764E8; }
a { background-color: rgb(183,100,232); }
div.DivClassName
{
background-color: #B764E8;
}
.BgClassName
{
background-color: #B764E8;
}
</style>
border-color css
<style>
span { border-color: #B764E8; }
span { border-color: rgb(183,100,232); }
td.TdClassName
{
border-color: #B764E8;
}
.TagClassName
{
border-color: #B764E8;
}
</style>