Shades of Medium Orchid #B453C4
Tints of Medium Orchid #B453C4
RGB
CMYK
RGB Variations
Color information
#B453C4 (or 0xB453C4) is known color: Medium Orchid. HEX triplet: B4, 53 and C4. RGB value is (180,83,196). Sum of RGB (Red+Green+Blue) = 180+83+196=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #B453C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453C4 is #4BAC3B. Grayscale: #7C7C7C. Windows color (decimal): -4959292 or 12866484. OLE color: 12866484.
HSL color Cylindrical-coordinate representation of color #B453C4: hue angle of 291.5º 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 #B453C4 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 83 | 196 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.23 |
| HSL | 291.5º | 0.49% | 0.55% | - |
| HSV(B) | 291.5º | 0.58% | 0.77% | - |
| XYZ | 31.88 | 19.88 | 54.38 | - |
| YUV | 124.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 196 | 0.08 | 0.58 | 0 | 0.23 | 291.5 | 0.49 | 0.55 |
| Hex | B4 | 53 | C4 | 8 | 3A | 0 | 17 | 124 | 31 | 37 |
| Octal | 264 | 123 | 304 | 10 | 72 | 0 | 27 | 444 | 61 | 67 |
| Binary | 10110100 | 1010011 | 11000100 | 1000 | 111010 | 0 | 10111 | 100100100 | 110001 | 110111 |
Color Harmonies of #B453C4
Complementary color
Monochromatic Colors of #B453C4
Black with #B453C4
Text Example
Text Example
White with #B453C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453C4; }
p { color: rgb(180,83,196); }
H1.HeaderClassName
{
color: #B453C4;
}
.AnyTagClassName
{
color: #B453C4;
}
</style>
background-color css
<style>
a { background-color: #B453C4; }
a { background-color: rgb(180,83,196); }
div.DivClassName
{
background-color: #B453C4;
}
.BgClassName
{
background-color: #B453C4;
}
</style>
border-color css
<style>
span { border-color: #B453C4; }
span { border-color: rgb(180,83,196); }
td.TdClassName
{
border-color: #B453C4;
}
.TagClassName
{
border-color: #B453C4;
}
</style>