Shades of Medium Orchid #B75AD0
Tints of Medium Orchid #B75AD0
RGB
CMYK
RGB Variations
Color information
#B75AD0 (or 0xB75AD0) is known color: Medium Orchid. HEX triplet: B7, 5A and D0. RGB value is (183,90,208). Sum of RGB (Red+Green+Blue) = 183+90+208=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #B75AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AD0 is #48A52F. Grayscale: #828282. Windows color (decimal): -4760880 or 13654711. OLE color: 13654711.
HSL color Cylindrical-coordinate representation of color #B75AD0: hue angle of 287.29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75AD0 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 90 | 208 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.18 |
| HSL | 287.29º | 0.56% | 0.58% | - |
| HSV(B) | 287.29º | 0.57% | 0.82% | - |
| XYZ | 34.57 | 21.93 | 62.09 | - |
| YUV | 131.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 208 | 0.12 | 0.57 | 0 | 0.18 | 287.29 | 0.56 | 0.58 |
| Hex | B7 | 5A | D0 | C | 39 | 0 | 12 | 11F | 38 | 3A |
| Octal | 267 | 132 | 320 | 14 | 71 | 0 | 22 | 437 | 70 | 72 |
| Binary | 10110111 | 1011010 | 11010000 | 1100 | 111001 | 0 | 10010 | 100011111 | 111000 | 111010 |
Color Harmonies of #B75AD0
Complementary color
Monochromatic Colors of #B75AD0
Black with #B75AD0
Text Example
Text Example
White with #B75AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75AD0; }
p { color: rgb(183,90,208); }
H1.HeaderClassName
{
color: #B75AD0;
}
.AnyTagClassName
{
color: #B75AD0;
}
</style>
background-color css
<style>
a { background-color: #B75AD0; }
a { background-color: rgb(183,90,208); }
div.DivClassName
{
background-color: #B75AD0;
}
.BgClassName
{
background-color: #B75AD0;
}
</style>
border-color css
<style>
span { border-color: #B75AD0; }
span { border-color: rgb(183,90,208); }
td.TdClassName
{
border-color: #B75AD0;
}
.TagClassName
{
border-color: #B75AD0;
}
</style>