Shades of Medium Orchid #B763ED
Tints of Medium Orchid #B763ED
RGB
CMYK
RGB Variations
Color information
#B763ED (or 0xB763ED) is known color: Medium Orchid. HEX triplet: B7, 63 and ED. RGB value is (183,99,237). Sum of RGB (Red+Green+Blue) = 183+99+237=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B763ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B763ED is #489C12. Grayscale: #8B8B8B. Windows color (decimal): -4758547 or 15557559. OLE color: 15557559.
HSL color Cylindrical-coordinate representation of color #B763ED: hue angle of 276.52º 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 #B763ED is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 99 | 237 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 276.52º | 0.79% | 0.66% | - |
| HSV(B) | 276.52º | 0.58% | 0.93% | - |
| XYZ | 39.28 | 25.11 | 82.9 | - |
| YUV | 139.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 237 | 0.23 | 0.58 | 0 | 0.07 | 276.52 | 0.79 | 0.66 |
| Hex | B7 | 63 | ED | 17 | 3A | 0 | 7 | 115 | 4F | 42 |
| Octal | 267 | 143 | 355 | 27 | 72 | 0 | 7 | 425 | 117 | 102 |
| Binary | 10110111 | 1100011 | 11101101 | 10111 | 111010 | 0 | 111 | 100010101 | 1001111 | 1000010 |
Color Harmonies of #B763ED
Complementary color
Monochromatic Colors of #B763ED
Black with #B763ED
Text Example
Text Example
White with #B763ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763ED; }
p { color: rgb(183,99,237); }
H1.HeaderClassName
{
color: #B763ED;
}
.AnyTagClassName
{
color: #B763ED;
}
</style>
background-color css
<style>
a { background-color: #B763ED; }
a { background-color: rgb(183,99,237); }
div.DivClassName
{
background-color: #B763ED;
}
.BgClassName
{
background-color: #B763ED;
}
</style>
border-color css
<style>
span { border-color: #B763ED; }
span { border-color: rgb(183,99,237); }
td.TdClassName
{
border-color: #B763ED;
}
.TagClassName
{
border-color: #B763ED;
}
</style>