Shades of Medium Orchid #B455FE
Tints of Medium Orchid #B455FE
RGB
CMYK
RGB Variations
Color information
#B455FE (or 0xB455FE) is known color: Medium Orchid. HEX triplet: B4, 55 and FE. RGB value is (180,85,254). Sum of RGB (Red+Green+Blue) = 180+85+254=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B455FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B455FE is #4BAA01. Grayscale: #848484. Windows color (decimal): -4958722 or 16668084. OLE color: 16668084.
HSL color Cylindrical-coordinate representation of color #B455FE: hue angle of 273.73º 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 #B455FE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 85 | 254 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.00 |
| HSL | 273.73º | 0.99% | 0.66% | - |
| HSV(B) | 273.73º | 0.67% | 1% | - |
| XYZ | 39.96 | 23.36 | 96.17 | - |
| YUV | 132.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 254 | 0.29 | 0.67 | 0 | 0.00 | 273.73 | 0.99 | 0.66 |
| Hex | B4 | 55 | FE | 1D | 43 | 0 | 0 | 112 | 63 | 42 |
| Octal | 264 | 125 | 376 | 35 | 103 | 0 | 0 | 422 | 143 | 102 |
| Binary | 10110100 | 1010101 | 11111110 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100011 | 1000010 |
Color Harmonies of #B455FE
Complementary color
Monochromatic Colors of #B455FE
Black with #B455FE
Text Example
Text Example
White with #B455FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B455FE; }
p { color: rgb(180,85,254); }
H1.HeaderClassName
{
color: #B455FE;
}
.AnyTagClassName
{
color: #B455FE;
}
</style>
background-color css
<style>
a { background-color: #B455FE; }
a { background-color: rgb(180,85,254); }
div.DivClassName
{
background-color: #B455FE;
}
.BgClassName
{
background-color: #B455FE;
}
</style>
border-color css
<style>
span { border-color: #B455FE; }
span { border-color: rgb(180,85,254); }
td.TdClassName
{
border-color: #B455FE;
}
.TagClassName
{
border-color: #B455FE;
}
</style>