Shades of Medium Orchid #B05CE9
Tints of Medium Orchid #B05CE9
RGB
CMYK
RGB Variations
Color information
#B05CE9 (or 0xB05CE9) is known color: Medium Orchid. HEX triplet: B0, 5C and E9. RGB value is (176,92,233). Sum of RGB (Red+Green+Blue) = 176+92+233=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #B05CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CE9 is #4FA316. Grayscale: #848484. Windows color (decimal): -5219095 or 15293616. OLE color: 15293616.
HSL color Cylindrical-coordinate representation of color #B05CE9: hue angle of 275.74º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05CE9 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 92 | 233 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.09 |
| HSL | 275.74º | 0.76% | 0.64% | - |
| HSV(B) | 275.74º | 0.61% | 0.91% | - |
| XYZ | 36.44 | 22.77 | 79.56 | - |
| YUV | 133.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 233 | 0.24 | 0.61 | 0 | 0.09 | 275.74 | 0.76 | 0.64 |
| Hex | B0 | 5C | E9 | 18 | 3D | 0 | 9 | 114 | 4C | 40 |
| Octal | 260 | 134 | 351 | 30 | 75 | 0 | 11 | 424 | 114 | 100 |
| Binary | 10110000 | 1011100 | 11101001 | 11000 | 111101 | 0 | 1001 | 100010100 | 1001100 | 1000000 |
Color Harmonies of #B05CE9
Complementary color
Monochromatic Colors of #B05CE9
Black with #B05CE9
Text Example
Text Example
White with #B05CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CE9; }
p { color: rgb(176,92,233); }
H1.HeaderClassName
{
color: #B05CE9;
}
.AnyTagClassName
{
color: #B05CE9;
}
</style>
background-color css
<style>
a { background-color: #B05CE9; }
a { background-color: rgb(176,92,233); }
div.DivClassName
{
background-color: #B05CE9;
}
.BgClassName
{
background-color: #B05CE9;
}
</style>
border-color css
<style>
span { border-color: #B05CE9; }
span { border-color: rgb(176,92,233); }
td.TdClassName
{
border-color: #B05CE9;
}
.TagClassName
{
border-color: #B05CE9;
}
</style>