Shades of Medium Orchid #B453FA
Tints of Medium Orchid #B453FA
RGB
CMYK
RGB Variations
Color information
#B453FA (or 0xB453FA) is known color: Medium Orchid. HEX triplet: B4, 53 and FA. RGB value is (180,83,250). Sum of RGB (Red+Green+Blue) = 180+83+250=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #B453FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453FA is #4BAC05. Grayscale: #828282. Windows color (decimal): -4959238 or 16405428. OLE color: 16405428.
HSL color Cylindrical-coordinate representation of color #B453FA: hue angle of 274.85º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B453FA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 83 | 250 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.02 |
| HSL | 274.85º | 0.94% | 0.65% | - |
| HSV(B) | 274.85º | 0.67% | 0.98% | - |
| XYZ | 39.17 | 22.79 | 92.78 | - |
| YUV | 131.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 250 | 0.28 | 0.67 | 0 | 0.02 | 274.85 | 0.94 | 0.65 |
| Hex | B4 | 53 | FA | 1C | 43 | 0 | 2 | 113 | 5E | 41 |
| Octal | 264 | 123 | 372 | 34 | 103 | 0 | 2 | 423 | 136 | 101 |
| Binary | 10110100 | 1010011 | 11111010 | 11100 | 1000011 | 0 | 10 | 100010011 | 1011110 | 1000001 |
Color Harmonies of #B453FA
Complementary color
Monochromatic Colors of #B453FA
Black with #B453FA
Text Example
Text Example
White with #B453FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453FA; }
p { color: rgb(180,83,250); }
H1.HeaderClassName
{
color: #B453FA;
}
.AnyTagClassName
{
color: #B453FA;
}
</style>
background-color css
<style>
a { background-color: #B453FA; }
a { background-color: rgb(180,83,250); }
div.DivClassName
{
background-color: #B453FA;
}
.BgClassName
{
background-color: #B453FA;
}
</style>
border-color css
<style>
span { border-color: #B453FA; }
span { border-color: rgb(180,83,250); }
td.TdClassName
{
border-color: #B453FA;
}
.TagClassName
{
border-color: #B453FA;
}
</style>