Shades of Medium Orchid #B762EF
Tints of Medium Orchid #B762EF
RGB
CMYK
RGB Variations
Color information
#B762EF (or 0xB762EF) is known color: Medium Orchid. HEX triplet: B7, 62 and EF. RGB value is (183,98,239). Sum of RGB (Red+Green+Blue) = 183+98+239=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #B762EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762EF is #489D10. Grayscale: #8B8B8B. Windows color (decimal): -4758801 or 15688375. OLE color: 15688375.
HSL color Cylindrical-coordinate representation of color #B762EF: hue angle of 276.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B762EF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 98 | 239 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.06 |
| HSL | 276.17º | 0.82% | 0.66% | - |
| HSV(B) | 276.17º | 0.59% | 0.94% | - |
| XYZ | 39.48 | 25.03 | 84.41 | - |
| YUV | 139.49 | 184.16 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 239 | 0.23 | 0.59 | 0 | 0.06 | 276.17 | 0.82 | 0.66 |
| Hex | B7 | 62 | EF | 17 | 3B | 0 | 6 | 114 | 52 | 42 |
| Octal | 267 | 142 | 357 | 27 | 73 | 0 | 6 | 424 | 122 | 102 |
| Binary | 10110111 | 1100010 | 11101111 | 10111 | 111011 | 0 | 110 | 100010100 | 1010010 | 1000010 |
Color Harmonies of #B762EF
Complementary color
Monochromatic Colors of #B762EF
Black with #B762EF
Text Example
Text Example
White with #B762EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762EF; }
p { color: rgb(183,98,239); }
H1.HeaderClassName
{
color: #B762EF;
}
.AnyTagClassName
{
color: #B762EF;
}
</style>
background-color css
<style>
a { background-color: #B762EF; }
a { background-color: rgb(183,98,239); }
div.DivClassName
{
background-color: #B762EF;
}
.BgClassName
{
background-color: #B762EF;
}
</style>
border-color css
<style>
span { border-color: #B762EF; }
span { border-color: rgb(183,98,239); }
td.TdClassName
{
border-color: #B762EF;
}
.TagClassName
{
border-color: #B762EF;
}
</style>