Shades of Medium Orchid #B946D2
Tints of Medium Orchid #B946D2
RGB
CMYK
RGB Variations
Color information
#B946D2 (or 0xB946D2) is known color: Medium Orchid. HEX triplet: B9, 46 and D2. RGB value is (185,70,210). Sum of RGB (Red+Green+Blue) = 185+70+210=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #B946D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946D2 is #46B92D. Grayscale: #777777. Windows color (decimal): -4634926 or 13780665. OLE color: 13780665.
HSL color Cylindrical-coordinate representation of color #B946D2: hue angle of 289.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B946D2 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 70 | 210 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.18 |
| HSL | 289.29º | 0.61% | 0.55% | - |
| HSV(B) | 289.29º | 0.67% | 0.82% | - |
| XYZ | 33.83 | 19.35 | 62.92 | - |
| YUV | 120.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 210 | 0.12 | 0.67 | 0 | 0.18 | 289.29 | 0.61 | 0.55 |
| Hex | B9 | 46 | D2 | C | 43 | 0 | 12 | 121 | 3D | 37 |
| Octal | 271 | 106 | 322 | 14 | 103 | 0 | 22 | 441 | 75 | 67 |
| Binary | 10111001 | 1000110 | 11010010 | 1100 | 1000011 | 0 | 10010 | 100100001 | 111101 | 110111 |
Color Harmonies of #B946D2
Complementary color
Monochromatic Colors of #B946D2
Black with #B946D2
Text Example
Text Example
White with #B946D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946D2; }
p { color: rgb(185,70,210); }
H1.HeaderClassName
{
color: #B946D2;
}
.AnyTagClassName
{
color: #B946D2;
}
</style>
background-color css
<style>
a { background-color: #B946D2; }
a { background-color: rgb(185,70,210); }
div.DivClassName
{
background-color: #B946D2;
}
.BgClassName
{
background-color: #B946D2;
}
</style>
border-color css
<style>
span { border-color: #B946D2; }
span { border-color: rgb(185,70,210); }
td.TdClassName
{
border-color: #B946D2;
}
.TagClassName
{
border-color: #B946D2;
}
</style>