Shades of Medium Orchid #B757EF
Tints of Medium Orchid #B757EF
RGB
CMYK
RGB Variations
Color information
#B757EF (or 0xB757EF) is known color: Medium Orchid. HEX triplet: B7, 57 and EF. RGB value is (183,87,239). Sum of RGB (Red+Green+Blue) = 183+87+239=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #B757EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757EF is #48A810. Grayscale: #848484. Windows color (decimal): -4761617 or 15685559. OLE color: 15685559.
HSL color Cylindrical-coordinate representation of color #B757EF: hue angle of 277.89º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B757EF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 87 | 239 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.06 |
| HSL | 277.89º | 0.83% | 0.64% | - |
| HSV(B) | 277.89º | 0.64% | 0.94% | - |
| XYZ | 38.52 | 23.12 | 84.09 | - |
| YUV | 133.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 239 | 0.23 | 0.64 | 0 | 0.06 | 277.89 | 0.83 | 0.64 |
| Hex | B7 | 57 | EF | 17 | 40 | 0 | 6 | 116 | 53 | 40 |
| Octal | 267 | 127 | 357 | 27 | 100 | 0 | 6 | 426 | 123 | 100 |
| Binary | 10110111 | 1010111 | 11101111 | 10111 | 1000000 | 0 | 110 | 100010110 | 1010011 | 1000000 |
Color Harmonies of #B757EF
Complementary color
Monochromatic Colors of #B757EF
Black with #B757EF
Text Example
Text Example
White with #B757EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B757EF; }
p { color: rgb(183,87,239); }
H1.HeaderClassName
{
color: #B757EF;
}
.AnyTagClassName
{
color: #B757EF;
}
</style>
background-color css
<style>
a { background-color: #B757EF; }
a { background-color: rgb(183,87,239); }
div.DivClassName
{
background-color: #B757EF;
}
.BgClassName
{
background-color: #B757EF;
}
</style>
border-color css
<style>
span { border-color: #B757EF; }
span { border-color: rgb(183,87,239); }
td.TdClassName
{
border-color: #B757EF;
}
.TagClassName
{
border-color: #B757EF;
}
</style>