Shades of Medium Orchid #B143E8
Tints of Medium Orchid #B143E8
RGB
CMYK
RGB Variations
Color information
#B143E8 (or 0xB143E8) is known color: Medium Orchid. HEX triplet: B1, 43 and E8. RGB value is (177,67,232). Sum of RGB (Red+Green+Blue) = 177+67+232=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #B143E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143E8 is #4EBC17. Grayscale: #767676. Windows color (decimal): -5159960 or 15221681. OLE color: 15221681.
HSL color Cylindrical-coordinate representation of color #B143E8: hue angle of 280º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B143E8 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 67 | 232 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.09 |
| HSL | 280º | 0.78% | 0.59% | - |
| HSV(B) | 280º | 0.71% | 0.91% | - |
| XYZ | 34.7 | 19.19 | 78.22 | - |
| YUV | 118.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 232 | 0.24 | 0.71 | 0 | 0.09 | 280 | 0.78 | 0.59 |
| Hex | B1 | 43 | E8 | 18 | 47 | 0 | 9 | 118 | 4E | 3B |
| Octal | 261 | 103 | 350 | 30 | 107 | 0 | 11 | 430 | 116 | 73 |
| Binary | 10110001 | 1000011 | 11101000 | 11000 | 1000111 | 0 | 1001 | 100011000 | 1001110 | 111011 |
Color Harmonies of #B143E8
Complementary color
Monochromatic Colors of #B143E8
Black with #B143E8
Text Example
Text Example
White with #B143E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143E8; }
p { color: rgb(177,67,232); }
H1.HeaderClassName
{
color: #B143E8;
}
.AnyTagClassName
{
color: #B143E8;
}
</style>
background-color css
<style>
a { background-color: #B143E8; }
a { background-color: rgb(177,67,232); }
div.DivClassName
{
background-color: #B143E8;
}
.BgClassName
{
background-color: #B143E8;
}
</style>
border-color css
<style>
span { border-color: #B143E8; }
span { border-color: rgb(177,67,232); }
td.TdClassName
{
border-color: #B143E8;
}
.TagClassName
{
border-color: #B143E8;
}
</style>