Shades of Medium Orchid #B95CE5
Tints of Medium Orchid #B95CE5
RGB
CMYK
RGB Variations
Color information
#B95CE5 (or 0xB95CE5) is known color: Medium Orchid. HEX triplet: B9, 5C and E5. RGB value is (185,92,229). Sum of RGB (Red+Green+Blue) = 185+92+229=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #B95CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CE5 is #46A31A. Grayscale: #868686. Windows color (decimal): -4629275 or 15031481. OLE color: 15031481.
HSL color Cylindrical-coordinate representation of color #B95CE5: hue angle of 280.73º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95CE5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 92 | 229 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.10 |
| HSL | 280.73º | 0.72% | 0.63% | - |
| HSV(B) | 280.73º | 0.6% | 0.9% | - |
| XYZ | 37.98 | 23.63 | 76.69 | - |
| YUV | 135.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 229 | 0.19 | 0.60 | 0 | 0.10 | 280.73 | 0.72 | 0.63 |
| Hex | B9 | 5C | E5 | 13 | 3C | 0 | A | 119 | 48 | 3F |
| Octal | 271 | 134 | 345 | 23 | 74 | 0 | 12 | 431 | 110 | 77 |
| Binary | 10111001 | 1011100 | 11100101 | 10011 | 111100 | 0 | 1010 | 100011001 | 1001000 | 111111 |
Color Harmonies of #B95CE5
Complementary color
Monochromatic Colors of #B95CE5
Black with #B95CE5
Text Example
Text Example
White with #B95CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CE5; }
p { color: rgb(185,92,229); }
H1.HeaderClassName
{
color: #B95CE5;
}
.AnyTagClassName
{
color: #B95CE5;
}
</style>
background-color css
<style>
a { background-color: #B95CE5; }
a { background-color: rgb(185,92,229); }
div.DivClassName
{
background-color: #B95CE5;
}
.BgClassName
{
background-color: #B95CE5;
}
</style>
border-color css
<style>
span { border-color: #B95CE5; }
span { border-color: rgb(185,92,229); }
td.TdClassName
{
border-color: #B95CE5;
}
.TagClassName
{
border-color: #B95CE5;
}
</style>