Shades of Medium Orchid #B948F5
Tints of Medium Orchid #B948F5
RGB
CMYK
RGB Variations
Color information
#B948F5 (or 0xB948F5) is known color: Medium Orchid. HEX triplet: B9, 48 and F5. RGB value is (185,72,245). Sum of RGB (Red+Green+Blue) = 185+72+245=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #B948F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948F5 is #46B70A. Grayscale: #7C7C7C. Windows color (decimal): -4634379 or 16074937. OLE color: 16074937.
HSL color Cylindrical-coordinate representation of color #B948F5: hue angle of 279.19º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B948F5 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 72 | 245 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.04 |
| HSL | 279.19º | 0.9% | 0.62% | - |
| HSV(B) | 279.19º | 0.71% | 0.96% | - |
| XYZ | 38.81 | 21.54 | 88.5 | - |
| YUV | 125.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 245 | 0.24 | 0.71 | 0 | 0.04 | 279.19 | 0.9 | 0.62 |
| Hex | B9 | 48 | F5 | 18 | 47 | 0 | 4 | 117 | 5A | 3E |
| Octal | 271 | 110 | 365 | 30 | 107 | 0 | 4 | 427 | 132 | 76 |
| Binary | 10111001 | 1001000 | 11110101 | 11000 | 1000111 | 0 | 100 | 100010111 | 1011010 | 111110 |
Color Harmonies of #B948F5
Complementary color
Monochromatic Colors of #B948F5
Black with #B948F5
Text Example
Text Example
White with #B948F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948F5; }
p { color: rgb(185,72,245); }
H1.HeaderClassName
{
color: #B948F5;
}
.AnyTagClassName
{
color: #B948F5;
}
</style>
background-color css
<style>
a { background-color: #B948F5; }
a { background-color: rgb(185,72,245); }
div.DivClassName
{
background-color: #B948F5;
}
.BgClassName
{
background-color: #B948F5;
}
</style>
border-color css
<style>
span { border-color: #B948F5; }
span { border-color: rgb(185,72,245); }
td.TdClassName
{
border-color: #B948F5;
}
.TagClassName
{
border-color: #B948F5;
}
</style>