Shades of Medium Orchid #B948D3
Tints of Medium Orchid #B948D3
RGB
CMYK
RGB Variations
Color information
#B948D3 (or 0xB948D3) is known color: Medium Orchid. HEX triplet: B9, 48 and D3. RGB value is (185,72,211). Sum of RGB (Red+Green+Blue) = 185+72+211=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #B948D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948D3 is #46B72C. Grayscale: #797979. Windows color (decimal): -4634413 or 13846713. OLE color: 13846713.
HSL color Cylindrical-coordinate representation of color #B948D3: hue angle of 288.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B948D3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 72 | 211 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.17 |
| HSL | 288.78º | 0.61% | 0.55% | - |
| HSV(B) | 288.78º | 0.66% | 0.83% | - |
| XYZ | 34.08 | 19.65 | 63.62 | - |
| YUV | 121.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 211 | 0.12 | 0.66 | 0 | 0.17 | 288.78 | 0.61 | 0.55 |
| Hex | B9 | 48 | D3 | C | 42 | 0 | 11 | 121 | 3D | 37 |
| Octal | 271 | 110 | 323 | 14 | 102 | 0 | 21 | 441 | 75 | 67 |
| Binary | 10111001 | 1001000 | 11010011 | 1100 | 1000010 | 0 | 10001 | 100100001 | 111101 | 110111 |
Color Harmonies of #B948D3
Complementary color
Monochromatic Colors of #B948D3
Black with #B948D3
Text Example
Text Example
White with #B948D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948D3; }
p { color: rgb(185,72,211); }
H1.HeaderClassName
{
color: #B948D3;
}
.AnyTagClassName
{
color: #B948D3;
}
</style>
background-color css
<style>
a { background-color: #B948D3; }
a { background-color: rgb(185,72,211); }
div.DivClassName
{
background-color: #B948D3;
}
.BgClassName
{
background-color: #B948D3;
}
</style>
border-color css
<style>
span { border-color: #B948D3; }
span { border-color: rgb(185,72,211); }
td.TdClassName
{
border-color: #B948D3;
}
.TagClassName
{
border-color: #B948D3;
}
</style>