Shades of Medium Orchid #B75BDC
Tints of Medium Orchid #B75BDC
RGB
CMYK
RGB Variations
Color information
#B75BDC (or 0xB75BDC) is known color: Medium Orchid. HEX triplet: B7, 5B and DC. RGB value is (183,91,220). Sum of RGB (Red+Green+Blue) = 183+91+220=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B75BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75BDC is #48A423. Grayscale: #848484. Windows color (decimal): -4760612 or 14441399. OLE color: 14441399.
HSL color Cylindrical-coordinate representation of color #B75BDC: hue angle of 282.79º 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 #B75BDC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 91 | 220 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.79º | 0.65% | 0.61% | - |
| HSV(B) | 282.79º | 0.59% | 0.86% | - |
| XYZ | 36.19 | 22.72 | 70.19 | - |
| YUV | 133.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 91 | 220 | 0.17 | 0.59 | 0 | 0.14 | 282.79 | 0.65 | 0.61 |
| Hex | B7 | 5B | DC | 11 | 3B | 0 | E | 11B | 41 | 3D |
| Octal | 267 | 133 | 334 | 21 | 73 | 0 | 16 | 433 | 101 | 75 |
| Binary | 10110111 | 1011011 | 11011100 | 10001 | 111011 | 0 | 1110 | 100011011 | 1000001 | 111101 |
Color Harmonies of #B75BDC
Complementary color
Monochromatic Colors of #B75BDC
Black with #B75BDC
Text Example
Text Example
White with #B75BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75BDC; }
p { color: rgb(183,91,220); }
H1.HeaderClassName
{
color: #B75BDC;
}
.AnyTagClassName
{
color: #B75BDC;
}
</style>
background-color css
<style>
a { background-color: #B75BDC; }
a { background-color: rgb(183,91,220); }
div.DivClassName
{
background-color: #B75BDC;
}
.BgClassName
{
background-color: #B75BDC;
}
</style>
border-color css
<style>
span { border-color: #B75BDC; }
span { border-color: rgb(183,91,220); }
td.TdClassName
{
border-color: #B75BDC;
}
.TagClassName
{
border-color: #B75BDC;
}
</style>