Shades of Medium Orchid #B948D0
Tints of Medium Orchid #B948D0
RGB
CMYK
RGB Variations
Color information
#B948D0 (or 0xB948D0) is known color: Medium Orchid. HEX triplet: B9, 48 and D0. RGB value is (185,72,208). Sum of RGB (Red+Green+Blue) = 185+72+208=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #B948D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948D0 is #46B72F. Grayscale: #787878. Windows color (decimal): -4634416 or 13650105. OLE color: 13650105.
HSL color Cylindrical-coordinate representation of color #B948D0: hue angle of 289.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B948D0 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 72 | 208 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.18 |
| HSL | 289.85º | 0.59% | 0.55% | - |
| HSV(B) | 289.85º | 0.65% | 0.82% | - |
| XYZ | 33.71 | 19.5 | 61.66 | - |
| YUV | 121.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 208 | 0.11 | 0.65 | 0 | 0.18 | 289.85 | 0.59 | 0.55 |
| Hex | B9 | 48 | D0 | B | 41 | 0 | 12 | 122 | 3B | 37 |
| Octal | 271 | 110 | 320 | 13 | 101 | 0 | 22 | 442 | 73 | 67 |
| Binary | 10111001 | 1001000 | 11010000 | 1011 | 1000001 | 0 | 10010 | 100100010 | 111011 | 110111 |
Color Harmonies of #B948D0
Complementary color
Monochromatic Colors of #B948D0
Black with #B948D0
Text Example
Text Example
White with #B948D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948D0; }
p { color: rgb(185,72,208); }
H1.HeaderClassName
{
color: #B948D0;
}
.AnyTagClassName
{
color: #B948D0;
}
</style>
background-color css
<style>
a { background-color: #B948D0; }
a { background-color: rgb(185,72,208); }
div.DivClassName
{
background-color: #B948D0;
}
.BgClassName
{
background-color: #B948D0;
}
</style>
border-color css
<style>
span { border-color: #B948D0; }
span { border-color: rgb(185,72,208); }
td.TdClassName
{
border-color: #B948D0;
}
.TagClassName
{
border-color: #B948D0;
}
</style>