Shades of Medium Orchid #B043DC
Tints of Medium Orchid #B043DC
RGB
CMYK
RGB Variations
Color information
#B043DC (or 0xB043DC) is known color: Medium Orchid. HEX triplet: B0, 43 and DC. RGB value is (176,67,220). Sum of RGB (Red+Green+Blue) = 176+67+220=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B043DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043DC is #4FBC23. Grayscale: #747474. Windows color (decimal): -5225508 or 14435248. OLE color: 14435248.
HSL color Cylindrical-coordinate representation of color #B043DC: hue angle of 282.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B043DC is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 67 | 220 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.14 |
| HSL | 282.75º | 0.69% | 0.56% | - |
| HSV(B) | 282.75º | 0.7% | 0.86% | - |
| XYZ | 32.83 | 18.41 | 69.53 | - |
| YUV | 117.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 220 | 0.2 | 0.70 | 0 | 0.14 | 282.75 | 0.69 | 0.56 |
| Hex | B0 | 43 | DC | 14 | 46 | 0 | E | 11B | 45 | 38 |
| Octal | 260 | 103 | 334 | 24 | 106 | 0 | 16 | 433 | 105 | 70 |
| Binary | 10110000 | 1000011 | 11011100 | 10100 | 1000110 | 0 | 1110 | 100011011 | 1000101 | 111000 |
Color Harmonies of #B043DC
Complementary color
Monochromatic Colors of #B043DC
Black with #B043DC
Text Example
Text Example
White with #B043DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043DC; }
p { color: rgb(176,67,220); }
H1.HeaderClassName
{
color: #B043DC;
}
.AnyTagClassName
{
color: #B043DC;
}
</style>
background-color css
<style>
a { background-color: #B043DC; }
a { background-color: rgb(176,67,220); }
div.DivClassName
{
background-color: #B043DC;
}
.BgClassName
{
background-color: #B043DC;
}
</style>
border-color css
<style>
span { border-color: #B043DC; }
span { border-color: rgb(176,67,220); }
td.TdClassName
{
border-color: #B043DC;
}
.TagClassName
{
border-color: #B043DC;
}
</style>