Shades of Medium Orchid #B75ACD
Tints of Medium Orchid #B75ACD
RGB
CMYK
RGB Variations
Color information
#B75ACD (or 0xB75ACD) is known color: Medium Orchid. HEX triplet: B7, 5A and CD. RGB value is (183,90,205). Sum of RGB (Red+Green+Blue) = 183+90+205=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ACD is #48A532. Grayscale: #828282. Windows color (decimal): -4760883 or 13458103. OLE color: 13458103.
HSL color Cylindrical-coordinate representation of color #B75ACD: hue angle of 288.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75ACD is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 90 | 205 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.20 |
| HSL | 288.52º | 0.53% | 0.58% | - |
| HSV(B) | 288.52º | 0.56% | 0.8% | - |
| XYZ | 34.2 | 21.79 | 60.16 | - |
| YUV | 130.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 205 | 0.11 | 0.56 | 0 | 0.20 | 288.52 | 0.53 | 0.58 |
| Hex | B7 | 5A | CD | B | 38 | 0 | 14 | 121 | 35 | 3A |
| Octal | 267 | 132 | 315 | 13 | 70 | 0 | 24 | 441 | 65 | 72 |
| Binary | 10110111 | 1011010 | 11001101 | 1011 | 111000 | 0 | 10100 | 100100001 | 110101 | 111010 |
Color Harmonies of #B75ACD
Complementary color
Monochromatic Colors of #B75ACD
Black with #B75ACD
Text Example
Text Example
White with #B75ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ACD; }
p { color: rgb(183,90,205); }
H1.HeaderClassName
{
color: #B75ACD;
}
.AnyTagClassName
{
color: #B75ACD;
}
</style>
background-color css
<style>
a { background-color: #B75ACD; }
a { background-color: rgb(183,90,205); }
div.DivClassName
{
background-color: #B75ACD;
}
.BgClassName
{
background-color: #B75ACD;
}
</style>
border-color css
<style>
span { border-color: #B75ACD; }
span { border-color: rgb(183,90,205); }
td.TdClassName
{
border-color: #B75ACD;
}
.TagClassName
{
border-color: #B75ACD;
}
</style>