Shades of Medium Orchid #B143DA
Tints of Medium Orchid #B143DA
RGB
CMYK
RGB Variations
Color information
#B143DA (or 0xB143DA) is known color: Medium Orchid. HEX triplet: B1, 43 and DA. RGB value is (177,67,218). Sum of RGB (Red+Green+Blue) = 177+67+218=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B143DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143DA is #4EBC25. Grayscale: #747474. Windows color (decimal): -5159974 or 14304177. OLE color: 14304177.
HSL color Cylindrical-coordinate representation of color #B143DA: hue angle of 283.71º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B143DA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 67 | 218 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.15 |
| HSL | 283.71º | 0.67% | 0.56% | - |
| HSV(B) | 283.71º | 0.69% | 0.85% | - |
| XYZ | 32.79 | 18.42 | 68.16 | - |
| YUV | 117.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 218 | 0.19 | 0.69 | 0 | 0.15 | 283.71 | 0.67 | 0.56 |
| Hex | B1 | 43 | DA | 13 | 45 | 0 | F | 11C | 43 | 38 |
| Octal | 261 | 103 | 332 | 23 | 105 | 0 | 17 | 434 | 103 | 70 |
| Binary | 10110001 | 1000011 | 11011010 | 10011 | 1000101 | 0 | 1111 | 100011100 | 1000011 | 111000 |
Color Harmonies of #B143DA
Complementary color
Monochromatic Colors of #B143DA
Black with #B143DA
Text Example
Text Example
White with #B143DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143DA; }
p { color: rgb(177,67,218); }
H1.HeaderClassName
{
color: #B143DA;
}
.AnyTagClassName
{
color: #B143DA;
}
</style>
background-color css
<style>
a { background-color: #B143DA; }
a { background-color: rgb(177,67,218); }
div.DivClassName
{
background-color: #B143DA;
}
.BgClassName
{
background-color: #B143DA;
}
</style>
border-color css
<style>
span { border-color: #B143DA; }
span { border-color: rgb(177,67,218); }
td.TdClassName
{
border-color: #B143DA;
}
.TagClassName
{
border-color: #B143DA;
}
</style>