Shades of Medium Orchid #B043CC
Tints of Medium Orchid #B043CC
RGB
CMYK
RGB Variations
Color information
#B043CC (or 0xB043CC) is known color: Medium Orchid. HEX triplet: B0, 43 and CC. RGB value is (176,67,204). Sum of RGB (Red+Green+Blue) = 176+67+204=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B043CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043CC is #4FBC33. Grayscale: #727272. Windows color (decimal): -5225524 or 13386672. OLE color: 13386672.
HSL color Cylindrical-coordinate representation of color #B043CC: hue angle of 287.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B043CC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 67 | 204 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.2 |
| HSL | 287.74º | 0.57% | 0.53% | - |
| HSV(B) | 287.74º | 0.67% | 0.8% | - |
| XYZ | 30.81 | 17.6 | 58.9 | - |
| YUV | 115.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 204 | 0.14 | 0.67 | 0 | 0.2 | 287.74 | 0.57 | 0.53 |
| Hex | B0 | 43 | CC | E | 43 | 0 | 14 | 120 | 39 | 35 |
| Octal | 260 | 103 | 314 | 16 | 103 | 0 | 24 | 440 | 71 | 65 |
| Binary | 10110000 | 1000011 | 11001100 | 1110 | 1000011 | 0 | 10100 | 100100000 | 111001 | 110101 |
Color Harmonies of #B043CC
Complementary color
Monochromatic Colors of #B043CC
Black with #B043CC
Text Example
Text Example
White with #B043CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043CC; }
p { color: rgb(176,67,204); }
H1.HeaderClassName
{
color: #B043CC;
}
.AnyTagClassName
{
color: #B043CC;
}
</style>
background-color css
<style>
a { background-color: #B043CC; }
a { background-color: rgb(176,67,204); }
div.DivClassName
{
background-color: #B043CC;
}
.BgClassName
{
background-color: #B043CC;
}
</style>
border-color css
<style>
span { border-color: #B043CC; }
span { border-color: rgb(176,67,204); }
td.TdClassName
{
border-color: #B043CC;
}
.TagClassName
{
border-color: #B043CC;
}
</style>