Shades of Medium Orchid #B453C9
Tints of Medium Orchid #B453C9
RGB
CMYK
RGB Variations
Color information
#B453C9 (or 0xB453C9) is known color: Medium Orchid. HEX triplet: B4, 53 and C9. RGB value is (180,83,201). Sum of RGB (Red+Green+Blue) = 180+83+201=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #B453C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C9 is #4BAC36. Grayscale: #7D7D7D. Windows color (decimal): -4959287 or 13194164. OLE color: 13194164.
HSL color Cylindrical-coordinate representation of color #B453C9: hue angle of 289.32º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B453C9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 83 | 201 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.21 |
| HSL | 289.32º | 0.52% | 0.56% | - |
| HSV(B) | 289.32º | 0.59% | 0.79% | - |
| XYZ | 32.46 | 20.11 | 57.43 | - |
| YUV | 125.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 201 | 0.10 | 0.59 | 0 | 0.21 | 289.32 | 0.52 | 0.56 |
| Hex | B4 | 53 | C9 | A | 3B | 0 | 15 | 121 | 34 | 38 |
| Octal | 264 | 123 | 311 | 12 | 73 | 0 | 25 | 441 | 64 | 70 |
| Binary | 10110100 | 1010011 | 11001001 | 1010 | 111011 | 0 | 10101 | 100100001 | 110100 | 111000 |
Color Harmonies of #B453C9
Complementary color
Monochromatic Colors of #B453C9
Black with #B453C9
Text Example
Text Example
White with #B453C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453C9; }
p { color: rgb(180,83,201); }
H1.HeaderClassName
{
color: #B453C9;
}
.AnyTagClassName
{
color: #B453C9;
}
</style>
background-color css
<style>
a { background-color: #B453C9; }
a { background-color: rgb(180,83,201); }
div.DivClassName
{
background-color: #B453C9;
}
.BgClassName
{
background-color: #B453C9;
}
</style>
border-color css
<style>
span { border-color: #B453C9; }
span { border-color: rgb(180,83,201); }
td.TdClassName
{
border-color: #B453C9;
}
.TagClassName
{
border-color: #B453C9;
}
</style>