Shades of Medium Orchid #B75ACB
Tints of Medium Orchid #B75ACB
RGB
CMYK
RGB Variations
Color information
#B75ACB (or 0xB75ACB) is known color: Medium Orchid. HEX triplet: B7, 5A and CB. RGB value is (183,90,203). Sum of RGB (Red+Green+Blue) = 183+90+203=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B75ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ACB is #48A534. Grayscale: #828282. Windows color (decimal): -4760885 or 13327031. OLE color: 13327031.
HSL color Cylindrical-coordinate representation of color #B75ACB: hue angle of 289.38º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75ACB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 90 | 203 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.20 |
| HSL | 289.38º | 0.52% | 0.57% | - |
| HSV(B) | 289.38º | 0.56% | 0.8% | - |
| XYZ | 33.96 | 21.69 | 58.9 | - |
| YUV | 130.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 203 | 0.10 | 0.56 | 0 | 0.20 | 289.38 | 0.52 | 0.57 |
| Hex | B7 | 5A | CB | A | 38 | 0 | 14 | 121 | 34 | 39 |
| Octal | 267 | 132 | 313 | 12 | 70 | 0 | 24 | 441 | 64 | 71 |
| Binary | 10110111 | 1011010 | 11001011 | 1010 | 111000 | 0 | 10100 | 100100001 | 110100 | 111001 |
Color Harmonies of #B75ACB
Complementary color
Monochromatic Colors of #B75ACB
Black with #B75ACB
Text Example
Text Example
White with #B75ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ACB; }
p { color: rgb(183,90,203); }
H1.HeaderClassName
{
color: #B75ACB;
}
.AnyTagClassName
{
color: #B75ACB;
}
</style>
background-color css
<style>
a { background-color: #B75ACB; }
a { background-color: rgb(183,90,203); }
div.DivClassName
{
background-color: #B75ACB;
}
.BgClassName
{
background-color: #B75ACB;
}
</style>
border-color css
<style>
span { border-color: #B75ACB; }
span { border-color: rgb(183,90,203); }
td.TdClassName
{
border-color: #B75ACB;
}
.TagClassName
{
border-color: #B75ACB;
}
</style>