Shades of Medium Orchid #B973E5
Tints of Medium Orchid #B973E5
RGB
CMYK
RGB Variations
Color information
#B973E5 (or 0xB973E5) is known color: Medium Orchid. HEX triplet: B9, 73 and E5. RGB value is (185,115,229). Sum of RGB (Red+Green+Blue) = 185+115+229=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B973E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973E5 is #468C1A. Grayscale: #949494. Windows color (decimal): -4623387 or 15037369. OLE color: 15037369.
HSL color Cylindrical-coordinate representation of color #B973E5: hue angle of 276.84º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B973E5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 115 | 229 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.10 |
| HSL | 276.84º | 0.69% | 0.67% | - |
| HSV(B) | 276.84º | 0.5% | 0.9% | - |
| XYZ | 40.28 | 28.23 | 77.46 | - |
| YUV | 148.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 229 | 0.19 | 0.50 | 0 | 0.10 | 276.84 | 0.69 | 0.67 |
| Hex | B9 | 73 | E5 | 13 | 32 | 0 | A | 115 | 45 | 43 |
| Octal | 271 | 163 | 345 | 23 | 62 | 0 | 12 | 425 | 105 | 103 |
| Binary | 10111001 | 1110011 | 11100101 | 10011 | 110010 | 0 | 1010 | 100010101 | 1000101 | 1000011 |
Color Harmonies of #B973E5
Complementary color
Monochromatic Colors of #B973E5
Black with #B973E5
Text Example
Text Example
White with #B973E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973E5; }
p { color: rgb(185,115,229); }
H1.HeaderClassName
{
color: #B973E5;
}
.AnyTagClassName
{
color: #B973E5;
}
</style>
background-color css
<style>
a { background-color: #B973E5; }
a { background-color: rgb(185,115,229); }
div.DivClassName
{
background-color: #B973E5;
}
.BgClassName
{
background-color: #B973E5;
}
</style>
border-color css
<style>
span { border-color: #B973E5; }
span { border-color: rgb(185,115,229); }
td.TdClassName
{
border-color: #B973E5;
}
.TagClassName
{
border-color: #B973E5;
}
</style>