Shades of Medium Orchid #B453D6
Tints of Medium Orchid #B453D6
RGB
CMYK
RGB Variations
Color information
#B453D6 (or 0xB453D6) is known color: Medium Orchid. HEX triplet: B4, 53 and D6. RGB value is (180,83,214). Sum of RGB (Red+Green+Blue) = 180+83+214=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #B453D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453D6 is #4BAC29. Grayscale: #7E7E7E. Windows color (decimal): -4959274 or 14046132. OLE color: 14046132.
HSL color Cylindrical-coordinate representation of color #B453D6: hue angle of 284.43º 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 #B453D6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 83 | 214 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.16 |
| HSL | 284.43º | 0.62% | 0.58% | - |
| HSV(B) | 284.43º | 0.61% | 0.84% | - |
| XYZ | 34.05 | 20.74 | 65.83 | - |
| YUV | 126.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 214 | 0.16 | 0.61 | 0 | 0.16 | 284.43 | 0.62 | 0.58 |
| Hex | B4 | 53 | D6 | 10 | 3D | 0 | 10 | 11C | 3E | 3A |
| Octal | 264 | 123 | 326 | 20 | 75 | 0 | 20 | 434 | 76 | 72 |
| Binary | 10110100 | 1010011 | 11010110 | 10000 | 111101 | 0 | 10000 | 100011100 | 111110 | 111010 |
Color Harmonies of #B453D6
Complementary color
Monochromatic Colors of #B453D6
Black with #B453D6
Text Example
Text Example
White with #B453D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453D6; }
p { color: rgb(180,83,214); }
H1.HeaderClassName
{
color: #B453D6;
}
.AnyTagClassName
{
color: #B453D6;
}
</style>
background-color css
<style>
a { background-color: #B453D6; }
a { background-color: rgb(180,83,214); }
div.DivClassName
{
background-color: #B453D6;
}
.BgClassName
{
background-color: #B453D6;
}
</style>
border-color css
<style>
span { border-color: #B453D6; }
span { border-color: rgb(180,83,214); }
td.TdClassName
{
border-color: #B453D6;
}
.TagClassName
{
border-color: #B453D6;
}
</style>