Shades of Medium Orchid #B948D9
Tints of Medium Orchid #B948D9
RGB
CMYK
RGB Variations
Color information
#B948D9 (or 0xB948D9) is known color: Medium Orchid. HEX triplet: B9, 48 and D9. RGB value is (185,72,217). Sum of RGB (Red+Green+Blue) = 185+72+217=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #B948D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948D9 is #46B726. Grayscale: #797979. Windows color (decimal): -4634407 or 14239929. OLE color: 14239929.
HSL color Cylindrical-coordinate representation of color #B948D9: hue angle of 286.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B948D9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 72 | 217 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.15 |
| HSL | 286.76º | 0.66% | 0.57% | - |
| HSV(B) | 286.76º | 0.67% | 0.85% | - |
| XYZ | 34.85 | 19.96 | 67.66 | - |
| YUV | 122.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 217 | 0.15 | 0.67 | 0 | 0.15 | 286.76 | 0.66 | 0.57 |
| Hex | B9 | 48 | D9 | F | 43 | 0 | F | 11F | 42 | 39 |
| Octal | 271 | 110 | 331 | 17 | 103 | 0 | 17 | 437 | 102 | 71 |
| Binary | 10111001 | 1001000 | 11011001 | 1111 | 1000011 | 0 | 1111 | 100011111 | 1000010 | 111001 |
Color Harmonies of #B948D9
Complementary color
Monochromatic Colors of #B948D9
Black with #B948D9
Text Example
Text Example
White with #B948D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948D9; }
p { color: rgb(185,72,217); }
H1.HeaderClassName
{
color: #B948D9;
}
.AnyTagClassName
{
color: #B948D9;
}
</style>
background-color css
<style>
a { background-color: #B948D9; }
a { background-color: rgb(185,72,217); }
div.DivClassName
{
background-color: #B948D9;
}
.BgClassName
{
background-color: #B948D9;
}
</style>
border-color css
<style>
span { border-color: #B948D9; }
span { border-color: rgb(185,72,217); }
td.TdClassName
{
border-color: #B948D9;
}
.TagClassName
{
border-color: #B948D9;
}
</style>