Shades of Medium Orchid #B75ACE
Tints of Medium Orchid #B75ACE
RGB
CMYK
RGB Variations
Color information
#B75ACE (or 0xB75ACE) is known color: Medium Orchid. HEX triplet: B7, 5A and CE. RGB value is (183,90,206). Sum of RGB (Red+Green+Blue) = 183+90+206=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B75ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ACE is #48A531. Grayscale: #828282. Windows color (decimal): -4760882 or 13523639. OLE color: 13523639.
HSL color Cylindrical-coordinate representation of color #B75ACE: hue angle of 288.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75ACE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 90 | 206 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.19 |
| HSL | 288.1º | 0.54% | 0.58% | - |
| HSV(B) | 288.1º | 0.56% | 0.81% | - |
| XYZ | 34.33 | 21.84 | 60.8 | - |
| YUV | 131.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 206 | 0.11 | 0.56 | 0 | 0.19 | 288.1 | 0.54 | 0.58 |
| Hex | B7 | 5A | CE | B | 38 | 0 | 13 | 120 | 36 | 3A |
| Octal | 267 | 132 | 316 | 13 | 70 | 0 | 23 | 440 | 66 | 72 |
| Binary | 10110111 | 1011010 | 11001110 | 1011 | 111000 | 0 | 10011 | 100100000 | 110110 | 111010 |
Color Harmonies of #B75ACE
Complementary color
Monochromatic Colors of #B75ACE
Black with #B75ACE
Text Example
Text Example
White with #B75ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ACE; }
p { color: rgb(183,90,206); }
H1.HeaderClassName
{
color: #B75ACE;
}
.AnyTagClassName
{
color: #B75ACE;
}
</style>
background-color css
<style>
a { background-color: #B75ACE; }
a { background-color: rgb(183,90,206); }
div.DivClassName
{
background-color: #B75ACE;
}
.BgClassName
{
background-color: #B75ACE;
}
</style>
border-color css
<style>
span { border-color: #B75ACE; }
span { border-color: rgb(183,90,206); }
td.TdClassName
{
border-color: #B75ACE;
}
.TagClassName
{
border-color: #B75ACE;
}
</style>