Shades of Medium Orchid #B764ED
Tints of Medium Orchid #B764ED
RGB
CMYK
RGB Variations
Color information
#B764ED (or 0xB764ED) is known color: Medium Orchid. HEX triplet: B7, 64 and ED. RGB value is (183,100,237). Sum of RGB (Red+Green+Blue) = 183+100+237=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B764ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764ED is #489B12. Grayscale: #8B8B8B. Windows color (decimal): -4758291 or 15557815. OLE color: 15557815.
HSL color Cylindrical-coordinate representation of color #B764ED: hue angle of 276.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B764ED is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 100 | 237 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 276.35º | 0.79% | 0.66% | - |
| HSV(B) | 276.35º | 0.58% | 0.93% | - |
| XYZ | 39.37 | 25.3 | 82.93 | - |
| YUV | 140.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 237 | 0.23 | 0.58 | 0 | 0.07 | 276.35 | 0.79 | 0.66 |
| Hex | B7 | 64 | ED | 17 | 3A | 0 | 7 | 114 | 4F | 42 |
| Octal | 267 | 144 | 355 | 27 | 72 | 0 | 7 | 424 | 117 | 102 |
| Binary | 10110111 | 1100100 | 11101101 | 10111 | 111010 | 0 | 111 | 100010100 | 1001111 | 1000010 |
Color Harmonies of #B764ED
Complementary color
Monochromatic Colors of #B764ED
Black with #B764ED
Text Example
Text Example
White with #B764ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764ED; }
p { color: rgb(183,100,237); }
H1.HeaderClassName
{
color: #B764ED;
}
.AnyTagClassName
{
color: #B764ED;
}
</style>
background-color css
<style>
a { background-color: #B764ED; }
a { background-color: rgb(183,100,237); }
div.DivClassName
{
background-color: #B764ED;
}
.BgClassName
{
background-color: #B764ED;
}
</style>
border-color css
<style>
span { border-color: #B764ED; }
span { border-color: rgb(183,100,237); }
td.TdClassName
{
border-color: #B764ED;
}
.TagClassName
{
border-color: #B764ED;
}
</style>