Shades of Medium Orchid #B948E8
Tints of Medium Orchid #B948E8
RGB
CMYK
RGB Variations
Color information
#B948E8 (or 0xB948E8) is known color: Medium Orchid. HEX triplet: B9, 48 and E8. RGB value is (185,72,232). Sum of RGB (Red+Green+Blue) = 185+72+232=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #B948E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948E8 is #46B717. Grayscale: #7B7B7B. Windows color (decimal): -4634392 or 15222969. OLE color: 15222969.
HSL color Cylindrical-coordinate representation of color #B948E8: hue angle of 282.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B948E8 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 72 | 232 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.09 |
| HSL | 282.38º | 0.78% | 0.6% | - |
| HSV(B) | 282.38º | 0.69% | 0.91% | - |
| XYZ | 36.89 | 20.78 | 78.41 | - |
| YUV | 124.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 232 | 0.20 | 0.69 | 0 | 0.09 | 282.38 | 0.78 | 0.6 |
| Hex | B9 | 48 | E8 | 14 | 45 | 0 | 9 | 11A | 4E | 3C |
| Octal | 271 | 110 | 350 | 24 | 105 | 0 | 11 | 432 | 116 | 74 |
| Binary | 10111001 | 1001000 | 11101000 | 10100 | 1000101 | 0 | 1001 | 100011010 | 1001110 | 111100 |
Color Harmonies of #B948E8
Complementary color
Monochromatic Colors of #B948E8
Black with #B948E8
Text Example
Text Example
White with #B948E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948E8; }
p { color: rgb(185,72,232); }
H1.HeaderClassName
{
color: #B948E8;
}
.AnyTagClassName
{
color: #B948E8;
}
</style>
background-color css
<style>
a { background-color: #B948E8; }
a { background-color: rgb(185,72,232); }
div.DivClassName
{
background-color: #B948E8;
}
.BgClassName
{
background-color: #B948E8;
}
</style>
border-color css
<style>
span { border-color: #B948E8; }
span { border-color: rgb(185,72,232); }
td.TdClassName
{
border-color: #B948E8;
}
.TagClassName
{
border-color: #B948E8;
}
</style>