Shades of Medium Orchid #B946DA
Tints of Medium Orchid #B946DA
RGB
CMYK
RGB Variations
Color information
#B946DA (or 0xB946DA) is known color: Medium Orchid. HEX triplet: B9, 46 and DA. RGB value is (185,70,218). Sum of RGB (Red+Green+Blue) = 185+70+218=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B946DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946DA is #46B925. Grayscale: #787878. Windows color (decimal): -4634918 or 14304953. OLE color: 14304953.
HSL color Cylindrical-coordinate representation of color #B946DA: hue angle of 286.62º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B946DA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 70 | 218 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.15 |
| HSL | 286.62º | 0.67% | 0.56% | - |
| HSV(B) | 286.62º | 0.68% | 0.85% | - |
| XYZ | 34.85 | 19.76 | 68.31 | - |
| YUV | 121.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 218 | 0.15 | 0.68 | 0 | 0.15 | 286.62 | 0.67 | 0.56 |
| Hex | B9 | 46 | DA | F | 44 | 0 | F | 11F | 43 | 38 |
| Octal | 271 | 106 | 332 | 17 | 104 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111001 | 1000110 | 11011010 | 1111 | 1000100 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #B946DA
Complementary color
Monochromatic Colors of #B946DA
Black with #B946DA
Text Example
Text Example
White with #B946DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946DA; }
p { color: rgb(185,70,218); }
H1.HeaderClassName
{
color: #B946DA;
}
.AnyTagClassName
{
color: #B946DA;
}
</style>
background-color css
<style>
a { background-color: #B946DA; }
a { background-color: rgb(185,70,218); }
div.DivClassName
{
background-color: #B946DA;
}
.BgClassName
{
background-color: #B946DA;
}
</style>
border-color css
<style>
span { border-color: #B946DA; }
span { border-color: rgb(185,70,218); }
td.TdClassName
{
border-color: #B946DA;
}
.TagClassName
{
border-color: #B946DA;
}
</style>