Shades of Medium Orchid #B143FF
Tints of Medium Orchid #B143FF
RGB
CMYK
RGB Variations
Color information
#B143FF (or 0xB143FF) is known color: Medium Orchid. HEX triplet: B1, 43 and FF. RGB value is (177,67,255). Sum of RGB (Red+Green+Blue) = 177+67+255=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B143FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143FF is #4EBC00. Grayscale: #787878. Windows color (decimal): -5159937 or 16729009. OLE color: 16729009.
HSL color Cylindrical-coordinate representation of color #B143FF: hue angle of 275.11º 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 #B143FF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 67 | 255 | - |
| CMYK | 0.31 | 0.74 | 0 | 0 |
| HSL | 275.11º | 1% | 0.63% | - |
| HSV(B) | 275.11º | 0.74% | 1% | - |
| XYZ | 38.19 | 20.58 | 96.57 | - |
| YUV | 121.32 | 203.44 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 255 | 0.31 | 0.74 | 0 | 0 | 275.11 | 1 | 0.63 |
| Hex | B1 | 43 | FF | 1F | 4A | 0 | 0 | 113 | 64 | 3F |
| Octal | 261 | 103 | 377 | 37 | 112 | 0 | 0 | 423 | 144 | 77 |
| Binary | 10110001 | 1000011 | 11111111 | 11111 | 1001010 | 0 | 0 | 100010011 | 1100100 | 111111 |
Color Harmonies of #B143FF
Complementary color
Monochromatic Colors of #B143FF
Black with #B143FF
Text Example
Text Example
White with #B143FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143FF; }
p { color: rgb(177,67,255); }
H1.HeaderClassName
{
color: #B143FF;
}
.AnyTagClassName
{
color: #B143FF;
}
</style>
background-color css
<style>
a { background-color: #B143FF; }
a { background-color: rgb(177,67,255); }
div.DivClassName
{
background-color: #B143FF;
}
.BgClassName
{
background-color: #B143FF;
}
</style>
border-color css
<style>
span { border-color: #B143FF; }
span { border-color: rgb(177,67,255); }
td.TdClassName
{
border-color: #B143FF;
}
.TagClassName
{
border-color: #B143FF;
}
</style>