Shades of Medium Orchid #B75DCD
Tints of Medium Orchid #B75DCD
RGB
CMYK
RGB Variations
Color information
#B75DCD (or 0xB75DCD) is known color: Medium Orchid. HEX triplet: B7, 5D and CD. RGB value is (183,93,205). Sum of RGB (Red+Green+Blue) = 183+93+205=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DCD is #48A232. Grayscale: #848484. Windows color (decimal): -4760115 or 13458871. OLE color: 13458871.
HSL color Cylindrical-coordinate representation of color #B75DCD: hue angle of 288.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75DCD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 93 | 205 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.20 |
| HSL | 288.21º | 0.53% | 0.58% | - |
| HSV(B) | 288.21º | 0.55% | 0.8% | - |
| XYZ | 34.46 | 22.3 | 60.25 | - |
| YUV | 132.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 205 | 0.11 | 0.55 | 0 | 0.20 | 288.21 | 0.53 | 0.58 |
| Hex | B7 | 5D | CD | B | 37 | 0 | 14 | 120 | 35 | 3A |
| Octal | 267 | 135 | 315 | 13 | 67 | 0 | 24 | 440 | 65 | 72 |
| Binary | 10110111 | 1011101 | 11001101 | 1011 | 110111 | 0 | 10100 | 100100000 | 110101 | 111010 |
Color Harmonies of #B75DCD
Complementary color
Monochromatic Colors of #B75DCD
Black with #B75DCD
Text Example
Text Example
White with #B75DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DCD; }
p { color: rgb(183,93,205); }
H1.HeaderClassName
{
color: #B75DCD;
}
.AnyTagClassName
{
color: #B75DCD;
}
</style>
background-color css
<style>
a { background-color: #B75DCD; }
a { background-color: rgb(183,93,205); }
div.DivClassName
{
background-color: #B75DCD;
}
.BgClassName
{
background-color: #B75DCD;
}
</style>
border-color css
<style>
span { border-color: #B75DCD; }
span { border-color: rgb(183,93,205); }
td.TdClassName
{
border-color: #B75DCD;
}
.TagClassName
{
border-color: #B75DCD;
}
</style>