Shades of Medium Orchid #B758EF
Tints of Medium Orchid #B758EF
RGB
CMYK
RGB Variations
Color information
#B758EF (or 0xB758EF) is known color: Medium Orchid. HEX triplet: B7, 58 and EF. RGB value is (183,88,239). Sum of RGB (Red+Green+Blue) = 183+88+239=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #B758EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758EF is #48A710. Grayscale: #858585. Windows color (decimal): -4761361 or 15685815. OLE color: 15685815.
HSL color Cylindrical-coordinate representation of color #B758EF: hue angle of 277.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B758EF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 88 | 239 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.06 |
| HSL | 277.75º | 0.83% | 0.64% | - |
| HSV(B) | 277.75º | 0.63% | 0.94% | - |
| XYZ | 38.6 | 23.28 | 84.12 | - |
| YUV | 133.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 239 | 0.23 | 0.63 | 0 | 0.06 | 277.75 | 0.83 | 0.64 |
| Hex | B7 | 58 | EF | 17 | 3F | 0 | 6 | 116 | 53 | 40 |
| Octal | 267 | 130 | 357 | 27 | 77 | 0 | 6 | 426 | 123 | 100 |
| Binary | 10110111 | 1011000 | 11101111 | 10111 | 111111 | 0 | 110 | 100010110 | 1010011 | 1000000 |
Color Harmonies of #B758EF
Complementary color
Monochromatic Colors of #B758EF
Black with #B758EF
Text Example
Text Example
White with #B758EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758EF; }
p { color: rgb(183,88,239); }
H1.HeaderClassName
{
color: #B758EF;
}
.AnyTagClassName
{
color: #B758EF;
}
</style>
background-color css
<style>
a { background-color: #B758EF; }
a { background-color: rgb(183,88,239); }
div.DivClassName
{
background-color: #B758EF;
}
.BgClassName
{
background-color: #B758EF;
}
</style>
border-color css
<style>
span { border-color: #B758EF; }
span { border-color: rgb(183,88,239); }
td.TdClassName
{
border-color: #B758EF;
}
.TagClassName
{
border-color: #B758EF;
}
</style>