Shades of Medium Orchid #B043D1
Tints of Medium Orchid #B043D1
RGB
CMYK
RGB Variations
Color information
#B043D1 (or 0xB043D1) is known color: Medium Orchid. HEX triplet: B0, 43 and D1. RGB value is (176,67,209). Sum of RGB (Red+Green+Blue) = 176+67+209=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #B043D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043D1 is #4FBC2E. Grayscale: #737373. Windows color (decimal): -5225519 or 13714352. OLE color: 13714352.
HSL color Cylindrical-coordinate representation of color #B043D1: hue angle of 286.06º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B043D1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 67 | 209 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.18 |
| HSL | 286.06º | 0.61% | 0.54% | - |
| HSV(B) | 286.06º | 0.68% | 0.82% | - |
| XYZ | 31.42 | 17.85 | 62.11 | - |
| YUV | 115.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 209 | 0.16 | 0.68 | 0 | 0.18 | 286.06 | 0.61 | 0.54 |
| Hex | B0 | 43 | D1 | 10 | 44 | 0 | 12 | 11E | 3D | 36 |
| Octal | 260 | 103 | 321 | 20 | 104 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10110000 | 1000011 | 11010001 | 10000 | 1000100 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #B043D1
Complementary color
Monochromatic Colors of #B043D1
Black with #B043D1
Text Example
Text Example
White with #B043D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043D1; }
p { color: rgb(176,67,209); }
H1.HeaderClassName
{
color: #B043D1;
}
.AnyTagClassName
{
color: #B043D1;
}
</style>
background-color css
<style>
a { background-color: #B043D1; }
a { background-color: rgb(176,67,209); }
div.DivClassName
{
background-color: #B043D1;
}
.BgClassName
{
background-color: #B043D1;
}
</style>
border-color css
<style>
span { border-color: #B043D1; }
span { border-color: rgb(176,67,209); }
td.TdClassName
{
border-color: #B043D1;
}
.TagClassName
{
border-color: #B043D1;
}
</style>