Shades of Medium Orchid #B764EA
Tints of Medium Orchid #B764EA
RGB
CMYK
RGB Variations
Color information
#B764EA (or 0xB764EA) is known color: Medium Orchid. HEX triplet: B7, 64 and EA. RGB value is (183,100,234). Sum of RGB (Red+Green+Blue) = 183+100+234=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #B764EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764EA is #489B15. Grayscale: #8B8B8B. Windows color (decimal): -4758294 or 15361207. OLE color: 15361207.
HSL color Cylindrical-coordinate representation of color #B764EA: hue angle of 277.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B764EA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 100 | 234 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.08 |
| HSL | 277.16º | 0.76% | 0.65% | - |
| HSV(B) | 277.16º | 0.57% | 0.92% | - |
| XYZ | 38.94 | 25.12 | 80.64 | - |
| YUV | 140.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 234 | 0.22 | 0.57 | 0 | 0.08 | 277.16 | 0.76 | 0.65 |
| Hex | B7 | 64 | EA | 16 | 39 | 0 | 8 | 115 | 4C | 41 |
| Octal | 267 | 144 | 352 | 26 | 71 | 0 | 10 | 425 | 114 | 101 |
| Binary | 10110111 | 1100100 | 11101010 | 10110 | 111001 | 0 | 1000 | 100010101 | 1001100 | 1000001 |
Color Harmonies of #B764EA
Complementary color
Monochromatic Colors of #B764EA
Black with #B764EA
Text Example
Text Example
White with #B764EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764EA; }
p { color: rgb(183,100,234); }
H1.HeaderClassName
{
color: #B764EA;
}
.AnyTagClassName
{
color: #B764EA;
}
</style>
background-color css
<style>
a { background-color: #B764EA; }
a { background-color: rgb(183,100,234); }
div.DivClassName
{
background-color: #B764EA;
}
.BgClassName
{
background-color: #B764EA;
}
</style>
border-color css
<style>
span { border-color: #B764EA; }
span { border-color: rgb(183,100,234); }
td.TdClassName
{
border-color: #B764EA;
}
.TagClassName
{
border-color: #B764EA;
}
</style>