Shades of Medium Orchid #B053C4
Tints of Medium Orchid #B053C4
RGB
CMYK
RGB Variations
Color information
#B053C4 (or 0xB053C4) is known color: Medium Orchid. HEX triplet: B0, 53 and C4. RGB value is (176,83,196). Sum of RGB (Red+Green+Blue) = 176+83+196=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #B053C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053C4 is #4FAC3B. Grayscale: #7B7B7B. Windows color (decimal): -5221436 or 12866480. OLE color: 12866480.
HSL color Cylindrical-coordinate representation of color #B053C4: hue angle of 289.38º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B053C4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 83 | 196 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.23 |
| HSL | 289.38º | 0.49% | 0.55% | - |
| HSV(B) | 289.38º | 0.58% | 0.77% | - |
| XYZ | 30.96 | 19.4 | 54.34 | - |
| YUV | 123.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 196 | 0.10 | 0.58 | 0 | 0.23 | 289.38 | 0.49 | 0.55 |
| Hex | B0 | 53 | C4 | A | 3A | 0 | 17 | 121 | 31 | 37 |
| Octal | 260 | 123 | 304 | 12 | 72 | 0 | 27 | 441 | 61 | 67 |
| Binary | 10110000 | 1010011 | 11000100 | 1010 | 111010 | 0 | 10111 | 100100001 | 110001 | 110111 |
Color Harmonies of #B053C4
Complementary color
Monochromatic Colors of #B053C4
Black with #B053C4
Text Example
Text Example
White with #B053C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053C4; }
p { color: rgb(176,83,196); }
H1.HeaderClassName
{
color: #B053C4;
}
.AnyTagClassName
{
color: #B053C4;
}
</style>
background-color css
<style>
a { background-color: #B053C4; }
a { background-color: rgb(176,83,196); }
div.DivClassName
{
background-color: #B053C4;
}
.BgClassName
{
background-color: #B053C4;
}
</style>
border-color css
<style>
span { border-color: #B053C4; }
span { border-color: rgb(176,83,196); }
td.TdClassName
{
border-color: #B053C4;
}
.TagClassName
{
border-color: #B053C4;
}
</style>