Shades of Medium Orchid #B948CF
Tints of Medium Orchid #B948CF
RGB
CMYK
RGB Variations
Color information
#B948CF (or 0xB948CF) is known color: Medium Orchid. HEX triplet: B9, 48 and CF. RGB value is (185,72,207). Sum of RGB (Red+Green+Blue) = 185+72+207=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B948CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CF is #46B730. Grayscale: #787878. Windows color (decimal): -4634417 or 13584569. OLE color: 13584569.
HSL color Cylindrical-coordinate representation of color #B948CF: hue angle of 290.22º 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 #B948CF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 72 | 207 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.19 |
| HSL | 290.22º | 0.58% | 0.55% | - |
| HSV(B) | 290.22º | 0.65% | 0.81% | - |
| XYZ | 33.59 | 19.45 | 61.02 | - |
| YUV | 121.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 207 | 0.11 | 0.65 | 0 | 0.19 | 290.22 | 0.58 | 0.55 |
| Hex | B9 | 48 | CF | B | 41 | 0 | 13 | 122 | 3A | 37 |
| Octal | 271 | 110 | 317 | 13 | 101 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111001 | 1001000 | 11001111 | 1011 | 1000001 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #B948CF
Complementary color
Monochromatic Colors of #B948CF
Black with #B948CF
Text Example
Text Example
White with #B948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948CF; }
p { color: rgb(185,72,207); }
H1.HeaderClassName
{
color: #B948CF;
}
.AnyTagClassName
{
color: #B948CF;
}
</style>
background-color css
<style>
a { background-color: #B948CF; }
a { background-color: rgb(185,72,207); }
div.DivClassName
{
background-color: #B948CF;
}
.BgClassName
{
background-color: #B948CF;
}
</style>
border-color css
<style>
span { border-color: #B948CF; }
span { border-color: rgb(185,72,207); }
td.TdClassName
{
border-color: #B948CF;
}
.TagClassName
{
border-color: #B948CF;
}
</style>