Shades of Medium Orchid #B455FF
Tints of Medium Orchid #B455FF
RGB
CMYK
RGB Variations
Color information
#B455FF (or 0xB455FF) is known color: Medium Orchid. HEX triplet: B4, 55 and FF. RGB value is (180,85,255). Sum of RGB (Red+Green+Blue) = 180+85+255=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B455FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B455FF is #4BAA00. Grayscale: #848484. Windows color (decimal): -4958721 or 16733620. OLE color: 16733620.
HSL color Cylindrical-coordinate representation of color #B455FF: hue angle of 273.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B455FF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 85 | 255 | - |
| CMYK | 0.29 | 0.67 | 0 | 0 |
| HSL | 273.53º | 1% | 0.67% | - |
| HSV(B) | 273.53º | 0.67% | 1% | - |
| XYZ | 40.12 | 23.42 | 97.01 | - |
| YUV | 132.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 255 | 0.29 | 0.67 | 0 | 0 | 273.53 | 1 | 0.67 |
| Hex | B4 | 55 | FF | 1D | 43 | 0 | 0 | 112 | 64 | 43 |
| Octal | 264 | 125 | 377 | 35 | 103 | 0 | 0 | 422 | 144 | 103 |
| Binary | 10110100 | 1010101 | 11111111 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100100 | 1000011 |
Color Harmonies of #B455FF
Complementary color
Monochromatic Colors of #B455FF
Black with #B455FF
Text Example
Text Example
White with #B455FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B455FF; }
p { color: rgb(180,85,255); }
H1.HeaderClassName
{
color: #B455FF;
}
.AnyTagClassName
{
color: #B455FF;
}
</style>
background-color css
<style>
a { background-color: #B455FF; }
a { background-color: rgb(180,85,255); }
div.DivClassName
{
background-color: #B455FF;
}
.BgClassName
{
background-color: #B455FF;
}
</style>
border-color css
<style>
span { border-color: #B455FF; }
span { border-color: rgb(180,85,255); }
td.TdClassName
{
border-color: #B455FF;
}
.TagClassName
{
border-color: #B455FF;
}
</style>