Shades of Medium Orchid #B75ADC
Tints of Medium Orchid #B75ADC
RGB
CMYK
RGB Variations
Color information
#B75ADC (or 0xB75ADC) is known color: Medium Orchid. HEX triplet: B7, 5A and DC. RGB value is (183,90,220). Sum of RGB (Red+Green+Blue) = 183+90+220=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #B75ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ADC is #48A523. Grayscale: #848484. Windows color (decimal): -4760868 or 14441143. OLE color: 14441143.
HSL color Cylindrical-coordinate representation of color #B75ADC: hue angle of 282.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B75ADC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 90 | 220 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.92º | 0.65% | 0.61% | - |
| HSV(B) | 282.92º | 0.59% | 0.86% | - |
| XYZ | 36.1 | 22.55 | 70.16 | - |
| YUV | 132.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 220 | 0.17 | 0.59 | 0 | 0.14 | 282.92 | 0.65 | 0.61 |
| Hex | B7 | 5A | DC | 11 | 3B | 0 | E | 11B | 41 | 3D |
| Octal | 267 | 132 | 334 | 21 | 73 | 0 | 16 | 433 | 101 | 75 |
| Binary | 10110111 | 1011010 | 11011100 | 10001 | 111011 | 0 | 1110 | 100011011 | 1000001 | 111101 |
Color Harmonies of #B75ADC
Complementary color
Monochromatic Colors of #B75ADC
Black with #B75ADC
Text Example
Text Example
White with #B75ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ADC; }
p { color: rgb(183,90,220); }
H1.HeaderClassName
{
color: #B75ADC;
}
.AnyTagClassName
{
color: #B75ADC;
}
</style>
background-color css
<style>
a { background-color: #B75ADC; }
a { background-color: rgb(183,90,220); }
div.DivClassName
{
background-color: #B75ADC;
}
.BgClassName
{
background-color: #B75ADC;
}
</style>
border-color css
<style>
span { border-color: #B75ADC; }
span { border-color: rgb(183,90,220); }
td.TdClassName
{
border-color: #B75ADC;
}
.TagClassName
{
border-color: #B75ADC;
}
</style>