Shades of Medium Orchid #B453D7
Tints of Medium Orchid #B453D7
RGB
CMYK
RGB Variations
Color information
#B453D7 (or 0xB453D7) is known color: Medium Orchid. HEX triplet: B4, 53 and D7. RGB value is (180,83,215). Sum of RGB (Red+Green+Blue) = 180+83+215=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #B453D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453D7 is #4BAC28. Grayscale: #7E7E7E. Windows color (decimal): -4959273 or 14111668. OLE color: 14111668.
HSL color Cylindrical-coordinate representation of color #B453D7: hue angle of 284.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B453D7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 83 | 215 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.16 |
| HSL | 284.09º | 0.62% | 0.58% | - |
| HSV(B) | 284.09º | 0.61% | 0.84% | - |
| XYZ | 34.18 | 20.8 | 66.5 | - |
| YUV | 127.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 215 | 0.16 | 0.61 | 0 | 0.16 | 284.09 | 0.62 | 0.58 |
| Hex | B4 | 53 | D7 | 10 | 3D | 0 | 10 | 11C | 3E | 3A |
| Octal | 264 | 123 | 327 | 20 | 75 | 0 | 20 | 434 | 76 | 72 |
| Binary | 10110100 | 1010011 | 11010111 | 10000 | 111101 | 0 | 10000 | 100011100 | 111110 | 111010 |
Color Harmonies of #B453D7
Complementary color
Monochromatic Colors of #B453D7
Black with #B453D7
Text Example
Text Example
White with #B453D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453D7; }
p { color: rgb(180,83,215); }
H1.HeaderClassName
{
color: #B453D7;
}
.AnyTagClassName
{
color: #B453D7;
}
</style>
background-color css
<style>
a { background-color: #B453D7; }
a { background-color: rgb(180,83,215); }
div.DivClassName
{
background-color: #B453D7;
}
.BgClassName
{
background-color: #B453D7;
}
</style>
border-color css
<style>
span { border-color: #B453D7; }
span { border-color: rgb(180,83,215); }
td.TdClassName
{
border-color: #B453D7;
}
.TagClassName
{
border-color: #B453D7;
}
</style>