Shades of Medium Orchid #B03CE5
Tints of Medium Orchid #B03CE5
RGB
CMYK
RGB Variations
Color information
#B03CE5 (or 0xB03CE5) is known color: Medium Orchid. HEX triplet: B0, 3C and E5. RGB value is (176,60,229). Sum of RGB (Red+Green+Blue) = 176+60+229=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #B03CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CE5 is #4FC31A. Grayscale: #717171. Windows color (decimal): -5227291 or 15023280. OLE color: 15023280.
HSL color Cylindrical-coordinate representation of color #B03CE5: hue angle of 281.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03CE5 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 60 | 229 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.10 |
| HSL | 281.18º | 0.76% | 0.57% | - |
| HSV(B) | 281.18º | 0.74% | 0.9% | - |
| XYZ | 33.66 | 18.12 | 75.85 | - |
| YUV | 113.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 229 | 0.23 | 0.74 | 0 | 0.10 | 281.18 | 0.76 | 0.57 |
| Hex | B0 | 3C | E5 | 17 | 4A | 0 | A | 119 | 4C | 39 |
| Octal | 260 | 74 | 345 | 27 | 112 | 0 | 12 | 431 | 114 | 71 |
| Binary | 10110000 | 111100 | 11100101 | 10111 | 1001010 | 0 | 1010 | 100011001 | 1001100 | 111001 |
Color Harmonies of #B03CE5
Complementary color
Monochromatic Colors of #B03CE5
Black with #B03CE5
Text Example
Text Example
White with #B03CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CE5; }
p { color: rgb(176,60,229); }
H1.HeaderClassName
{
color: #B03CE5;
}
.AnyTagClassName
{
color: #B03CE5;
}
</style>
background-color css
<style>
a { background-color: #B03CE5; }
a { background-color: rgb(176,60,229); }
div.DivClassName
{
background-color: #B03CE5;
}
.BgClassName
{
background-color: #B03CE5;
}
</style>
border-color css
<style>
span { border-color: #B03CE5; }
span { border-color: rgb(176,60,229); }
td.TdClassName
{
border-color: #B03CE5;
}
.TagClassName
{
border-color: #B03CE5;
}
</style>