Shades of Medium Orchid #B143FD
Tints of Medium Orchid #B143FD
RGB
CMYK
RGB Variations
Color information
#B143FD (or 0xB143FD) is known color: Medium Orchid. HEX triplet: B1, 43 and FD. RGB value is (177,67,253). Sum of RGB (Red+Green+Blue) = 177+67+253=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B143FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143FD is #4EBC02. Grayscale: #787878. Windows color (decimal): -5159939 or 16597937. OLE color: 16597937.
HSL color Cylindrical-coordinate representation of color #B143FD: hue angle of 275.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B143FD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 67 | 253 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.01 |
| HSL | 275.48º | 0.98% | 0.63% | - |
| HSV(B) | 275.48º | 0.74% | 0.99% | - |
| XYZ | 37.87 | 20.45 | 94.88 | - |
| YUV | 121.09 | 202.44 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 253 | 0.30 | 0.74 | 0 | 0.01 | 275.48 | 0.98 | 0.63 |
| Hex | B1 | 43 | FD | 1E | 4A | 0 | 1 | 113 | 62 | 3F |
| Octal | 261 | 103 | 375 | 36 | 112 | 0 | 1 | 423 | 142 | 77 |
| Binary | 10110001 | 1000011 | 11111101 | 11110 | 1001010 | 0 | 1 | 100010011 | 1100010 | 111111 |
Color Harmonies of #B143FD
Complementary color
Monochromatic Colors of #B143FD
Black with #B143FD
Text Example
Text Example
White with #B143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143FD; }
p { color: rgb(177,67,253); }
H1.HeaderClassName
{
color: #B143FD;
}
.AnyTagClassName
{
color: #B143FD;
}
</style>
background-color css
<style>
a { background-color: #B143FD; }
a { background-color: rgb(177,67,253); }
div.DivClassName
{
background-color: #B143FD;
}
.BgClassName
{
background-color: #B143FD;
}
</style>
border-color css
<style>
span { border-color: #B143FD; }
span { border-color: rgb(177,67,253); }
td.TdClassName
{
border-color: #B143FD;
}
.TagClassName
{
border-color: #B143FD;
}
</style>