Shades of Medium Orchid #B758E1
Tints of Medium Orchid #B758E1
RGB
CMYK
RGB Variations
Color information
#B758E1 (or 0xB758E1) is known color: Medium Orchid. HEX triplet: B7, 58 and E1. RGB value is (183,88,225). Sum of RGB (Red+Green+Blue) = 183+88+225=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #B758E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758E1 is #48A71E. Grayscale: #838383. Windows color (decimal): -4761375 or 14768311. OLE color: 14768311.
HSL color Cylindrical-coordinate representation of color #B758E1: hue angle of 281.61º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B758E1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 88 | 225 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.12 |
| HSL | 281.61º | 0.7% | 0.61% | - |
| HSV(B) | 281.61º | 0.61% | 0.88% | - |
| XYZ | 36.61 | 22.48 | 73.64 | - |
| YUV | 132.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 225 | 0.19 | 0.61 | 0 | 0.12 | 281.61 | 0.7 | 0.61 |
| Hex | B7 | 58 | E1 | 13 | 3D | 0 | C | 11A | 46 | 3D |
| Octal | 267 | 130 | 341 | 23 | 75 | 0 | 14 | 432 | 106 | 75 |
| Binary | 10110111 | 1011000 | 11100001 | 10011 | 111101 | 0 | 1100 | 100011010 | 1000110 | 111101 |
Color Harmonies of #B758E1
Complementary color
Monochromatic Colors of #B758E1
Black with #B758E1
Text Example
Text Example
White with #B758E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758E1; }
p { color: rgb(183,88,225); }
H1.HeaderClassName
{
color: #B758E1;
}
.AnyTagClassName
{
color: #B758E1;
}
</style>
background-color css
<style>
a { background-color: #B758E1; }
a { background-color: rgb(183,88,225); }
div.DivClassName
{
background-color: #B758E1;
}
.BgClassName
{
background-color: #B758E1;
}
</style>
border-color css
<style>
span { border-color: #B758E1; }
span { border-color: rgb(183,88,225); }
td.TdClassName
{
border-color: #B758E1;
}
.TagClassName
{
border-color: #B758E1;
}
</style>