Shades of Medium Orchid #B454DA
Tints of Medium Orchid #B454DA
RGB
CMYK
RGB Variations
Color information
#B454DA (or 0xB454DA) is known color: Medium Orchid. HEX triplet: B4, 54 and DA. RGB value is (180,84,218). Sum of RGB (Red+Green+Blue) = 180+84+218=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B454DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454DA is #4BAB25. Grayscale: #7F7F7F. Windows color (decimal): -4959014 or 14308532. OLE color: 14308532.
HSL color Cylindrical-coordinate representation of color #B454DA: hue angle of 282.99º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B454DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 84 | 218 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.15 |
| HSL | 282.99º | 0.64% | 0.59% | - |
| HSV(B) | 282.99º | 0.61% | 0.85% | - |
| XYZ | 34.65 | 21.11 | 68.58 | - |
| YUV | 127.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 218 | 0.17 | 0.61 | 0 | 0.15 | 282.99 | 0.64 | 0.59 |
| Hex | B4 | 54 | DA | 11 | 3D | 0 | F | 11B | 40 | 3B |
| Octal | 264 | 124 | 332 | 21 | 75 | 0 | 17 | 433 | 100 | 73 |
| Binary | 10110100 | 1010100 | 11011010 | 10001 | 111101 | 0 | 1111 | 100011011 | 1000000 | 111011 |
Color Harmonies of #B454DA
Complementary color
Monochromatic Colors of #B454DA
Black with #B454DA
Text Example
Text Example
White with #B454DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B454DA; }
p { color: rgb(180,84,218); }
H1.HeaderClassName
{
color: #B454DA;
}
.AnyTagClassName
{
color: #B454DA;
}
</style>
background-color css
<style>
a { background-color: #B454DA; }
a { background-color: rgb(180,84,218); }
div.DivClassName
{
background-color: #B454DA;
}
.BgClassName
{
background-color: #B454DA;
}
</style>
border-color css
<style>
span { border-color: #B454DA; }
span { border-color: rgb(180,84,218); }
td.TdClassName
{
border-color: #B454DA;
}
.TagClassName
{
border-color: #B454DA;
}
</style>