Shades of Medium Orchid #B758CC
Tints of Medium Orchid #B758CC
RGB
CMYK
RGB Variations
Color information
#B758CC (or 0xB758CC) is known color: Medium Orchid. HEX triplet: B7, 58 and CC. RGB value is (183,88,204). Sum of RGB (Red+Green+Blue) = 183+88+204=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B758CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758CC is #48A733. Grayscale: #818181. Windows color (decimal): -4761396 or 13392055. OLE color: 13392055.
HSL color Cylindrical-coordinate representation of color #B758CC: hue angle of 289.14º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B758CC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 88 | 204 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.2 |
| HSL | 289.14º | 0.53% | 0.57% | - |
| HSV(B) | 289.14º | 0.57% | 0.8% | - |
| XYZ | 33.92 | 21.41 | 59.47 | - |
| YUV | 129.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 204 | 0.10 | 0.57 | 0 | 0.2 | 289.14 | 0.53 | 0.57 |
| Hex | B7 | 58 | CC | A | 39 | 0 | 14 | 121 | 35 | 39 |
| Octal | 267 | 130 | 314 | 12 | 71 | 0 | 24 | 441 | 65 | 71 |
| Binary | 10110111 | 1011000 | 11001100 | 1010 | 111001 | 0 | 10100 | 100100001 | 110101 | 111001 |
Color Harmonies of #B758CC
Complementary color
Monochromatic Colors of #B758CC
Black with #B758CC
Text Example
Text Example
White with #B758CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758CC; }
p { color: rgb(183,88,204); }
H1.HeaderClassName
{
color: #B758CC;
}
.AnyTagClassName
{
color: #B758CC;
}
</style>
background-color css
<style>
a { background-color: #B758CC; }
a { background-color: rgb(183,88,204); }
div.DivClassName
{
background-color: #B758CC;
}
.BgClassName
{
background-color: #B758CC;
}
</style>
border-color css
<style>
span { border-color: #B758CC; }
span { border-color: rgb(183,88,204); }
td.TdClassName
{
border-color: #B758CC;
}
.TagClassName
{
border-color: #B758CC;
}
</style>