Shades of Medium Orchid #B05CE5
Tints of Medium Orchid #B05CE5
RGB
CMYK
RGB Variations
Color information
#B05CE5 (or 0xB05CE5) is known color: Medium Orchid. HEX triplet: B0, 5C and E5. RGB value is (176,92,229). Sum of RGB (Red+Green+Blue) = 176+92+229=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #B05CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CE5 is #4FA31A. Grayscale: #848484. Windows color (decimal): -5219099 or 15031472. OLE color: 15031472.
HSL color Cylindrical-coordinate representation of color #B05CE5: hue angle of 276.79º 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 #B05CE5 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 92 | 229 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.10 |
| HSL | 276.79º | 0.72% | 0.63% | - |
| HSV(B) | 276.79º | 0.6% | 0.9% | - |
| XYZ | 35.87 | 22.54 | 76.59 | - |
| YUV | 132.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 229 | 0.23 | 0.60 | 0 | 0.10 | 276.79 | 0.72 | 0.63 |
| Hex | B0 | 5C | E5 | 17 | 3C | 0 | A | 115 | 48 | 3F |
| Octal | 260 | 134 | 345 | 27 | 74 | 0 | 12 | 425 | 110 | 77 |
| Binary | 10110000 | 1011100 | 11100101 | 10111 | 111100 | 0 | 1010 | 100010101 | 1001000 | 111111 |
Color Harmonies of #B05CE5
Complementary color
Monochromatic Colors of #B05CE5
Black with #B05CE5
Text Example
Text Example
White with #B05CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CE5; }
p { color: rgb(176,92,229); }
H1.HeaderClassName
{
color: #B05CE5;
}
.AnyTagClassName
{
color: #B05CE5;
}
</style>
background-color css
<style>
a { background-color: #B05CE5; }
a { background-color: rgb(176,92,229); }
div.DivClassName
{
background-color: #B05CE5;
}
.BgClassName
{
background-color: #B05CE5;
}
</style>
border-color css
<style>
span { border-color: #B05CE5; }
span { border-color: rgb(176,92,229); }
td.TdClassName
{
border-color: #B05CE5;
}
.TagClassName
{
border-color: #B05CE5;
}
</style>