Shades of Medium Orchid #B762ED
Tints of Medium Orchid #B762ED
RGB
CMYK
RGB Variations
Color information
#B762ED (or 0xB762ED) is known color: Medium Orchid. HEX triplet: B7, 62 and ED. RGB value is (183,98,237). Sum of RGB (Red+Green+Blue) = 183+98+237=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B762ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762ED is #489D12. Grayscale: #8A8A8A. Windows color (decimal): -4758803 or 15557303. OLE color: 15557303.
HSL color Cylindrical-coordinate representation of color #B762ED: hue angle of 276.69º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B762ED is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 98 | 237 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.07 |
| HSL | 276.69º | 0.79% | 0.66% | - |
| HSV(B) | 276.69º | 0.59% | 0.93% | - |
| XYZ | 39.18 | 24.92 | 82.87 | - |
| YUV | 139.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 237 | 0.23 | 0.59 | 0 | 0.07 | 276.69 | 0.79 | 0.66 |
| Hex | B7 | 62 | ED | 17 | 3B | 0 | 7 | 115 | 4F | 42 |
| Octal | 267 | 142 | 355 | 27 | 73 | 0 | 7 | 425 | 117 | 102 |
| Binary | 10110111 | 1100010 | 11101101 | 10111 | 111011 | 0 | 111 | 100010101 | 1001111 | 1000010 |
Color Harmonies of #B762ED
Complementary color
Monochromatic Colors of #B762ED
Black with #B762ED
Text Example
Text Example
White with #B762ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762ED; }
p { color: rgb(183,98,237); }
H1.HeaderClassName
{
color: #B762ED;
}
.AnyTagClassName
{
color: #B762ED;
}
</style>
background-color css
<style>
a { background-color: #B762ED; }
a { background-color: rgb(183,98,237); }
div.DivClassName
{
background-color: #B762ED;
}
.BgClassName
{
background-color: #B762ED;
}
</style>
border-color css
<style>
span { border-color: #B762ED; }
span { border-color: rgb(183,98,237); }
td.TdClassName
{
border-color: #B762ED;
}
.TagClassName
{
border-color: #B762ED;
}
</style>