Shades of Medium Orchid #B043FF
Tints of Medium Orchid #B043FF
RGB
CMYK
RGB Variations
Color information
#B043FF (or 0xB043FF) is known color: Medium Orchid. HEX triplet: B0, 43 and FF. RGB value is (176,67,255). Sum of RGB (Red+Green+Blue) = 176+67+255=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B043FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FF is #4FBC00. Grayscale: #787878. Windows color (decimal): -5225473 or 16729008. OLE color: 16729008.
HSL color Cylindrical-coordinate representation of color #B043FF: hue angle of 274.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B043FF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 67 | 255 | - |
| CMYK | 0.31 | 0.74 | 0 | 0 |
| HSL | 274.79º | 1% | 0.63% | - |
| HSV(B) | 274.79º | 0.74% | 1% | - |
| XYZ | 37.96 | 20.46 | 96.56 | - |
| YUV | 121.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 255 | 0.31 | 0.74 | 0 | 0 | 274.79 | 1 | 0.63 |
| Hex | B0 | 43 | FF | 1F | 4A | 0 | 0 | 113 | 64 | 3F |
| Octal | 260 | 103 | 377 | 37 | 112 | 0 | 0 | 423 | 144 | 77 |
| Binary | 10110000 | 1000011 | 11111111 | 11111 | 1001010 | 0 | 0 | 100010011 | 1100100 | 111111 |
Color Harmonies of #B043FF
Complementary color
Monochromatic Colors of #B043FF
Black with #B043FF
Text Example
Text Example
White with #B043FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043FF; }
p { color: rgb(176,67,255); }
H1.HeaderClassName
{
color: #B043FF;
}
.AnyTagClassName
{
color: #B043FF;
}
</style>
background-color css
<style>
a { background-color: #B043FF; }
a { background-color: rgb(176,67,255); }
div.DivClassName
{
background-color: #B043FF;
}
.BgClassName
{
background-color: #B043FF;
}
</style>
border-color css
<style>
span { border-color: #B043FF; }
span { border-color: rgb(176,67,255); }
td.TdClassName
{
border-color: #B043FF;
}
.TagClassName
{
border-color: #B043FF;
}
</style>