Shades of Medium Orchid #B453F4
Tints of Medium Orchid #B453F4
RGB
CMYK
RGB Variations
Color information
#B453F4 (or 0xB453F4) is known color: Medium Orchid. HEX triplet: B4, 53 and F4. RGB value is (180,83,244). Sum of RGB (Red+Green+Blue) = 180+83+244=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #B453F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453F4 is #4BAC0B. Grayscale: #818181. Windows color (decimal): -4959244 or 16012212. OLE color: 16012212.
HSL color Cylindrical-coordinate representation of color #B453F4: hue angle of 276.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B453F4 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 83 | 244 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.04 |
| HSL | 276.15º | 0.88% | 0.64% | - |
| HSV(B) | 276.15º | 0.66% | 0.96% | - |
| XYZ | 38.24 | 22.42 | 87.9 | - |
| YUV | 130.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 244 | 0.26 | 0.66 | 0 | 0.04 | 276.15 | 0.88 | 0.64 |
| Hex | B4 | 53 | F4 | 1A | 42 | 0 | 4 | 114 | 58 | 40 |
| Octal | 264 | 123 | 364 | 32 | 102 | 0 | 4 | 424 | 130 | 100 |
| Binary | 10110100 | 1010011 | 11110100 | 11010 | 1000010 | 0 | 100 | 100010100 | 1011000 | 1000000 |
Color Harmonies of #B453F4
Complementary color
Monochromatic Colors of #B453F4
Black with #B453F4
Text Example
Text Example
White with #B453F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453F4; }
p { color: rgb(180,83,244); }
H1.HeaderClassName
{
color: #B453F4;
}
.AnyTagClassName
{
color: #B453F4;
}
</style>
background-color css
<style>
a { background-color: #B453F4; }
a { background-color: rgb(180,83,244); }
div.DivClassName
{
background-color: #B453F4;
}
.BgClassName
{
background-color: #B453F4;
}
</style>
border-color css
<style>
span { border-color: #B453F4; }
span { border-color: rgb(180,83,244); }
td.TdClassName
{
border-color: #B453F4;
}
.TagClassName
{
border-color: #B453F4;
}
</style>