Shades of Medium Orchid #B972E6
Tints of Medium Orchid #B972E6
RGB
CMYK
RGB Variations
Color information
#B972E6 (or 0xB972E6) is known color: Medium Orchid. HEX triplet: B9, 72 and E6. RGB value is (185,114,230). Sum of RGB (Red+Green+Blue) = 185+114+230=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #B972E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972E6 is #468D19. Grayscale: #949494. Windows color (decimal): -4623642 or 15102649. OLE color: 15102649.
HSL color Cylindrical-coordinate representation of color #B972E6: hue angle of 276.72º degrees, saturation: 0.7, 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 #B972E6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 114 | 230 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.10 |
| HSL | 276.72º | 0.7% | 0.67% | - |
| HSV(B) | 276.72º | 0.5% | 0.9% | - |
| XYZ | 40.31 | 28.06 | 78.15 | - |
| YUV | 148.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 230 | 0.20 | 0.50 | 0 | 0.10 | 276.72 | 0.7 | 0.67 |
| Hex | B9 | 72 | E6 | 14 | 32 | 0 | A | 115 | 46 | 43 |
| Octal | 271 | 162 | 346 | 24 | 62 | 0 | 12 | 425 | 106 | 103 |
| Binary | 10111001 | 1110010 | 11100110 | 10100 | 110010 | 0 | 1010 | 100010101 | 1000110 | 1000011 |
Color Harmonies of #B972E6
Complementary color
Monochromatic Colors of #B972E6
Black with #B972E6
Text Example
Text Example
White with #B972E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972E6; }
p { color: rgb(185,114,230); }
H1.HeaderClassName
{
color: #B972E6;
}
.AnyTagClassName
{
color: #B972E6;
}
</style>
background-color css
<style>
a { background-color: #B972E6; }
a { background-color: rgb(185,114,230); }
div.DivClassName
{
background-color: #B972E6;
}
.BgClassName
{
background-color: #B972E6;
}
</style>
border-color css
<style>
span { border-color: #B972E6; }
span { border-color: rgb(185,114,230); }
td.TdClassName
{
border-color: #B972E6;
}
.TagClassName
{
border-color: #B972E6;
}
</style>