Shades of Medium Orchid #B954E5
Tints of Medium Orchid #B954E5
RGB
CMYK
RGB Variations
Color information
#B954E5 (or 0xB954E5) is known color: Medium Orchid. HEX triplet: B9, 54 and E5. RGB value is (185,84,229). Sum of RGB (Red+Green+Blue) = 185+84+229=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #B954E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954E5 is #46AB1A. Grayscale: #828282. Windows color (decimal): -4631323 or 15029433. OLE color: 15029433.
HSL color Cylindrical-coordinate representation of color #B954E5: hue angle of 281.79º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B954E5 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 84 | 229 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.10 |
| HSL | 281.79º | 0.74% | 0.61% | - |
| HSV(B) | 281.79º | 0.63% | 0.9% | - |
| XYZ | 37.32 | 22.31 | 76.47 | - |
| YUV | 130.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 229 | 0.19 | 0.63 | 0 | 0.10 | 281.79 | 0.74 | 0.61 |
| Hex | B9 | 54 | E5 | 13 | 3F | 0 | A | 11A | 4A | 3D |
| Octal | 271 | 124 | 345 | 23 | 77 | 0 | 12 | 432 | 112 | 75 |
| Binary | 10111001 | 1010100 | 11100101 | 10011 | 111111 | 0 | 1010 | 100011010 | 1001010 | 111101 |
Color Harmonies of #B954E5
Complementary color
Monochromatic Colors of #B954E5
Black with #B954E5
Text Example
Text Example
White with #B954E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954E5; }
p { color: rgb(185,84,229); }
H1.HeaderClassName
{
color: #B954E5;
}
.AnyTagClassName
{
color: #B954E5;
}
</style>
background-color css
<style>
a { background-color: #B954E5; }
a { background-color: rgb(185,84,229); }
div.DivClassName
{
background-color: #B954E5;
}
.BgClassName
{
background-color: #B954E5;
}
</style>
border-color css
<style>
span { border-color: #B954E5; }
span { border-color: rgb(185,84,229); }
td.TdClassName
{
border-color: #B954E5;
}
.TagClassName
{
border-color: #B954E5;
}
</style>