Shades of Medium Orchid #B453DA
Tints of Medium Orchid #B453DA
RGB
CMYK
RGB Variations
Color information
#B453DA (or 0xB453DA) is known color: Medium Orchid. HEX triplet: B4, 53 and DA. RGB value is (180,83,218). Sum of RGB (Red+Green+Blue) = 180+83+218=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B453DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453DA is #4BAC25. Grayscale: #7E7E7E. Windows color (decimal): -4959270 or 14308276. OLE color: 14308276.
HSL color Cylindrical-coordinate representation of color #B453DA: hue angle of 283.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B453DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 83 | 218 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.15 |
| HSL | 283.11º | 0.65% | 0.59% | - |
| HSV(B) | 283.11º | 0.62% | 0.85% | - |
| XYZ | 34.57 | 20.95 | 68.55 | - |
| YUV | 127.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 218 | 0.17 | 0.62 | 0 | 0.15 | 283.11 | 0.65 | 0.59 |
| Hex | B4 | 53 | DA | 11 | 3E | 0 | F | 11B | 41 | 3B |
| Octal | 264 | 123 | 332 | 21 | 76 | 0 | 17 | 433 | 101 | 73 |
| Binary | 10110100 | 1010011 | 11011010 | 10001 | 111110 | 0 | 1111 | 100011011 | 1000001 | 111011 |
Color Harmonies of #B453DA
Complementary color
Monochromatic Colors of #B453DA
Black with #B453DA
Text Example
Text Example
White with #B453DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453DA; }
p { color: rgb(180,83,218); }
H1.HeaderClassName
{
color: #B453DA;
}
.AnyTagClassName
{
color: #B453DA;
}
</style>
background-color css
<style>
a { background-color: #B453DA; }
a { background-color: rgb(180,83,218); }
div.DivClassName
{
background-color: #B453DA;
}
.BgClassName
{
background-color: #B453DA;
}
</style>
border-color css
<style>
span { border-color: #B453DA; }
span { border-color: rgb(180,83,218); }
td.TdClassName
{
border-color: #B453DA;
}
.TagClassName
{
border-color: #B453DA;
}
</style>