Shades of Medium Orchid #B948CE
Tints of Medium Orchid #B948CE
RGB
CMYK
RGB Variations
Color information
#B948CE (or 0xB948CE) is known color: Medium Orchid. HEX triplet: B9, 48 and CE. RGB value is (185,72,206). Sum of RGB (Red+Green+Blue) = 185+72+206=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #B948CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CE is #46B731. Grayscale: #787878. Windows color (decimal): -4634418 or 13519033. OLE color: 13519033.
HSL color Cylindrical-coordinate representation of color #B948CE: hue angle of 290.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B948CE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 72 | 206 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.19 |
| HSL | 290.6º | 0.58% | 0.55% | - |
| HSV(B) | 290.6º | 0.65% | 0.81% | - |
| XYZ | 33.47 | 19.41 | 60.37 | - |
| YUV | 121.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 206 | 0.10 | 0.65 | 0 | 0.19 | 290.6 | 0.58 | 0.55 |
| Hex | B9 | 48 | CE | A | 41 | 0 | 13 | 123 | 3A | 37 |
| Octal | 271 | 110 | 316 | 12 | 101 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111001 | 1001000 | 11001110 | 1010 | 1000001 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #B948CE
Complementary color
Monochromatic Colors of #B948CE
Black with #B948CE
Text Example
Text Example
White with #B948CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948CE; }
p { color: rgb(185,72,206); }
H1.HeaderClassName
{
color: #B948CE;
}
.AnyTagClassName
{
color: #B948CE;
}
</style>
background-color css
<style>
a { background-color: #B948CE; }
a { background-color: rgb(185,72,206); }
div.DivClassName
{
background-color: #B948CE;
}
.BgClassName
{
background-color: #B948CE;
}
</style>
border-color css
<style>
span { border-color: #B948CE; }
span { border-color: rgb(185,72,206); }
td.TdClassName
{
border-color: #B948CE;
}
.TagClassName
{
border-color: #B948CE;
}
</style>