Shades of Medium Orchid #B758D0
Tints of Medium Orchid #B758D0
RGB
CMYK
RGB Variations
Color information
#B758D0 (or 0xB758D0) is known color: Medium Orchid. HEX triplet: B7, 58 and D0. RGB value is (183,88,208). Sum of RGB (Red+Green+Blue) = 183+88+208=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #B758D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758D0 is #48A72F. Grayscale: #818181. Windows color (decimal): -4761392 or 13654199. OLE color: 13654199.
HSL color Cylindrical-coordinate representation of color #B758D0: hue angle of 287.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B758D0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 88 | 208 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.18 |
| HSL | 287.5º | 0.56% | 0.58% | - |
| HSV(B) | 287.5º | 0.58% | 0.82% | - |
| XYZ | 34.4 | 21.6 | 62.03 | - |
| YUV | 130.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 208 | 0.12 | 0.58 | 0 | 0.18 | 287.5 | 0.56 | 0.58 |
| Hex | B7 | 58 | D0 | C | 3A | 0 | 12 | 120 | 38 | 3A |
| Octal | 267 | 130 | 320 | 14 | 72 | 0 | 22 | 440 | 70 | 72 |
| Binary | 10110111 | 1011000 | 11010000 | 1100 | 111010 | 0 | 10010 | 100100000 | 111000 | 111010 |
Color Harmonies of #B758D0
Complementary color
Monochromatic Colors of #B758D0
Black with #B758D0
Text Example
Text Example
White with #B758D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758D0; }
p { color: rgb(183,88,208); }
H1.HeaderClassName
{
color: #B758D0;
}
.AnyTagClassName
{
color: #B758D0;
}
</style>
background-color css
<style>
a { background-color: #B758D0; }
a { background-color: rgb(183,88,208); }
div.DivClassName
{
background-color: #B758D0;
}
.BgClassName
{
background-color: #B758D0;
}
</style>
border-color css
<style>
span { border-color: #B758D0; }
span { border-color: rgb(183,88,208); }
td.TdClassName
{
border-color: #B758D0;
}
.TagClassName
{
border-color: #B758D0;
}
</style>