Shades of Medium Orchid #B972EB
Tints of Medium Orchid #B972EB
RGB
CMYK
RGB Variations
Color information
#B972EB (or 0xB972EB) is known color: Medium Orchid. HEX triplet: B9, 72 and EB. RGB value is (185,114,235). Sum of RGB (Red+Green+Blue) = 185+114+235=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #B972EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972EB is #468D14. Grayscale: #949494. Windows color (decimal): -4623637 or 15430329. OLE color: 15430329.
HSL color Cylindrical-coordinate representation of color #B972EB: hue angle of 275.21º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B972EB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 114 | 235 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.08 |
| HSL | 275.21º | 0.75% | 0.68% | - |
| HSV(B) | 275.21º | 0.51% | 0.92% | - |
| XYZ | 41.02 | 28.35 | 81.91 | - |
| YUV | 149.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 235 | 0.21 | 0.51 | 0 | 0.08 | 275.21 | 0.75 | 0.68 |
| Hex | B9 | 72 | EB | 15 | 33 | 0 | 8 | 113 | 4B | 44 |
| Octal | 271 | 162 | 353 | 25 | 63 | 0 | 10 | 423 | 113 | 104 |
| Binary | 10111001 | 1110010 | 11101011 | 10101 | 110011 | 0 | 1000 | 100010011 | 1001011 | 1000100 |
Color Harmonies of #B972EB
Complementary color
Monochromatic Colors of #B972EB
Black with #B972EB
Text Example
Text Example
White with #B972EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972EB; }
p { color: rgb(185,114,235); }
H1.HeaderClassName
{
color: #B972EB;
}
.AnyTagClassName
{
color: #B972EB;
}
</style>
background-color css
<style>
a { background-color: #B972EB; }
a { background-color: rgb(185,114,235); }
div.DivClassName
{
background-color: #B972EB;
}
.BgClassName
{
background-color: #B972EB;
}
</style>
border-color css
<style>
span { border-color: #B972EB; }
span { border-color: rgb(185,114,235); }
td.TdClassName
{
border-color: #B972EB;
}
.TagClassName
{
border-color: #B972EB;
}
</style>