Shades of Medium Orchid #B948EF
Tints of Medium Orchid #B948EF
RGB
CMYK
RGB Variations
Color information
#B948EF (or 0xB948EF) is known color: Medium Orchid. HEX triplet: B9, 48 and EF. RGB value is (185,72,239). Sum of RGB (Red+Green+Blue) = 185+72+239=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #B948EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948EF is #46B710. Grayscale: #7C7C7C. Windows color (decimal): -4634385 or 15681721. OLE color: 15681721.
HSL color Cylindrical-coordinate representation of color #B948EF: hue angle of 280.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B948EF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 72 | 239 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.06 |
| HSL | 280.6º | 0.84% | 0.61% | - |
| HSV(B) | 280.6º | 0.7% | 0.94% | - |
| XYZ | 37.9 | 21.18 | 83.75 | - |
| YUV | 124.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 239 | 0.23 | 0.70 | 0 | 0.06 | 280.6 | 0.84 | 0.61 |
| Hex | B9 | 48 | EF | 17 | 46 | 0 | 6 | 119 | 54 | 3D |
| Octal | 271 | 110 | 357 | 27 | 106 | 0 | 6 | 431 | 124 | 75 |
| Binary | 10111001 | 1001000 | 11101111 | 10111 | 1000110 | 0 | 110 | 100011001 | 1010100 | 111101 |
Color Harmonies of #B948EF
Complementary color
Monochromatic Colors of #B948EF
Black with #B948EF
Text Example
Text Example
White with #B948EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948EF; }
p { color: rgb(185,72,239); }
H1.HeaderClassName
{
color: #B948EF;
}
.AnyTagClassName
{
color: #B948EF;
}
</style>
background-color css
<style>
a { background-color: #B948EF; }
a { background-color: rgb(185,72,239); }
div.DivClassName
{
background-color: #B948EF;
}
.BgClassName
{
background-color: #B948EF;
}
</style>
border-color css
<style>
span { border-color: #B948EF; }
span { border-color: rgb(185,72,239); }
td.TdClassName
{
border-color: #B948EF;
}
.TagClassName
{
border-color: #B948EF;
}
</style>