Shades of Medium Orchid #B453FE
Tints of Medium Orchid #B453FE
RGB
CMYK
RGB Variations
Color information
#B453FE (or 0xB453FE) is known color: Medium Orchid. HEX triplet: B4, 53 and FE. RGB value is (180,83,254). Sum of RGB (Red+Green+Blue) = 180+83+254=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B453FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453FE is #4BAC01. Grayscale: #828282. Windows color (decimal): -4959234 or 16667572. OLE color: 16667572.
HSL color Cylindrical-coordinate representation of color #B453FE: hue angle of 274.04º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B453FE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 83 | 254 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.00 |
| HSL | 274.04º | 0.99% | 0.66% | - |
| HSV(B) | 274.04º | 0.67% | 1% | - |
| XYZ | 39.81 | 23.05 | 96.12 | - |
| YUV | 131.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 254 | 0.29 | 0.67 | 0 | 0.00 | 274.04 | 0.99 | 0.66 |
| Hex | B4 | 53 | FE | 1D | 43 | 0 | 0 | 112 | 63 | 42 |
| Octal | 264 | 123 | 376 | 35 | 103 | 0 | 0 | 422 | 143 | 102 |
| Binary | 10110100 | 1010011 | 11111110 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100011 | 1000010 |
Color Harmonies of #B453FE
Complementary color
Monochromatic Colors of #B453FE
Black with #B453FE
Text Example
Text Example
White with #B453FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453FE; }
p { color: rgb(180,83,254); }
H1.HeaderClassName
{
color: #B453FE;
}
.AnyTagClassName
{
color: #B453FE;
}
</style>
background-color css
<style>
a { background-color: #B453FE; }
a { background-color: rgb(180,83,254); }
div.DivClassName
{
background-color: #B453FE;
}
.BgClassName
{
background-color: #B453FE;
}
</style>
border-color css
<style>
span { border-color: #B453FE; }
span { border-color: rgb(180,83,254); }
td.TdClassName
{
border-color: #B453FE;
}
.TagClassName
{
border-color: #B453FE;
}
</style>