Shades of Medium Orchid #B754D3
Tints of Medium Orchid #B754D3
RGB
CMYK
RGB Variations
Color information
#B754D3 (or 0xB754D3) is known color: Medium Orchid. HEX triplet: B7, 54 and D3. RGB value is (183,84,211). Sum of RGB (Red+Green+Blue) = 183+84+211=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #B754D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754D3 is #48AB2C. Grayscale: #7F7F7F. Windows color (decimal): -4762413 or 13849783. OLE color: 13849783.
HSL color Cylindrical-coordinate representation of color #B754D3: hue angle of 286.77º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B754D3 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 84 | 211 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.17 |
| HSL | 286.77º | 0.59% | 0.58% | - |
| HSV(B) | 286.77º | 0.6% | 0.83% | - |
| XYZ | 34.46 | 21.11 | 63.89 | - |
| YUV | 128.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 211 | 0.13 | 0.60 | 0 | 0.17 | 286.77 | 0.59 | 0.58 |
| Hex | B7 | 54 | D3 | D | 3C | 0 | 11 | 11F | 3B | 3A |
| Octal | 267 | 124 | 323 | 15 | 74 | 0 | 21 | 437 | 73 | 72 |
| Binary | 10110111 | 1010100 | 11010011 | 1101 | 111100 | 0 | 10001 | 100011111 | 111011 | 111010 |
Color Harmonies of #B754D3
Complementary color
Monochromatic Colors of #B754D3
Black with #B754D3
Text Example
Text Example
White with #B754D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754D3; }
p { color: rgb(183,84,211); }
H1.HeaderClassName
{
color: #B754D3;
}
.AnyTagClassName
{
color: #B754D3;
}
</style>
background-color css
<style>
a { background-color: #B754D3; }
a { background-color: rgb(183,84,211); }
div.DivClassName
{
background-color: #B754D3;
}
.BgClassName
{
background-color: #B754D3;
}
</style>
border-color css
<style>
span { border-color: #B754D3; }
span { border-color: rgb(183,84,211); }
td.TdClassName
{
border-color: #B754D3;
}
.TagClassName
{
border-color: #B754D3;
}
</style>