Shades of Medium Orchid #B973EB
Tints of Medium Orchid #B973EB
RGB
CMYK
RGB Variations
Color information
#B973EB (or 0xB973EB) is known color: Medium Orchid. HEX triplet: B9, 73 and EB. RGB value is (185,115,235). Sum of RGB (Red+Green+Blue) = 185+115+235=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #B973EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EB is #468C14. Grayscale: #959595. Windows color (decimal): -4623381 or 15430585. OLE color: 15430585.
HSL color Cylindrical-coordinate representation of color #B973EB: hue angle of 275º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B973EB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 115 | 235 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.08 |
| HSL | 275º | 0.75% | 0.69% | - |
| HSV(B) | 275º | 0.51% | 0.92% | - |
| XYZ | 41.13 | 28.57 | 81.94 | - |
| YUV | 149.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 235 | 0.21 | 0.51 | 0 | 0.08 | 275 | 0.75 | 0.69 |
| Hex | B9 | 73 | EB | 15 | 33 | 0 | 8 | 113 | 4B | 45 |
| Octal | 271 | 163 | 353 | 25 | 63 | 0 | 10 | 423 | 113 | 105 |
| Binary | 10111001 | 1110011 | 11101011 | 10101 | 110011 | 0 | 1000 | 100010011 | 1001011 | 1000101 |
Color Harmonies of #B973EB
Complementary color
Monochromatic Colors of #B973EB
Black with #B973EB
Text Example
Text Example
White with #B973EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973EB; }
p { color: rgb(185,115,235); }
H1.HeaderClassName
{
color: #B973EB;
}
.AnyTagClassName
{
color: #B973EB;
}
</style>
background-color css
<style>
a { background-color: #B973EB; }
a { background-color: rgb(185,115,235); }
div.DivClassName
{
background-color: #B973EB;
}
.BgClassName
{
background-color: #B973EB;
}
</style>
border-color css
<style>
span { border-color: #B973EB; }
span { border-color: rgb(185,115,235); }
td.TdClassName
{
border-color: #B973EB;
}
.TagClassName
{
border-color: #B973EB;
}
</style>