Shades of Medium Orchid #B454FF
Tints of Medium Orchid #B454FF
RGB
CMYK
RGB Variations
Color information
#B454FF (or 0xB454FF) is known color: Medium Orchid. HEX triplet: B4, 54 and FF. RGB value is (180,84,255). Sum of RGB (Red+Green+Blue) = 180+84+255=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B454FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B454FF is #4BAB00. Grayscale: #838383. Windows color (decimal): -4958977 or 16733364. OLE color: 16733364.
HSL color Cylindrical-coordinate representation of color #B454FF: hue angle of 273.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B454FF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 84 | 255 | - |
| CMYK | 0.29 | 0.67 | 0 | 0 |
| HSL | 273.68º | 1% | 0.66% | - |
| HSV(B) | 273.68º | 0.67% | 1% | - |
| XYZ | 40.04 | 23.26 | 96.99 | - |
| YUV | 132.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 255 | 0.29 | 0.67 | 0 | 0 | 273.68 | 1 | 0.66 |
| Hex | B4 | 54 | FF | 1D | 43 | 0 | 0 | 112 | 64 | 42 |
| Octal | 264 | 124 | 377 | 35 | 103 | 0 | 0 | 422 | 144 | 102 |
| Binary | 10110100 | 1010100 | 11111111 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100100 | 1000010 |
Color Harmonies of #B454FF
Complementary color
Monochromatic Colors of #B454FF
Black with #B454FF
Text Example
Text Example
White with #B454FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B454FF; }
p { color: rgb(180,84,255); }
H1.HeaderClassName
{
color: #B454FF;
}
.AnyTagClassName
{
color: #B454FF;
}
</style>
background-color css
<style>
a { background-color: #B454FF; }
a { background-color: rgb(180,84,255); }
div.DivClassName
{
background-color: #B454FF;
}
.BgClassName
{
background-color: #B454FF;
}
</style>
border-color css
<style>
span { border-color: #B454FF; }
span { border-color: rgb(180,84,255); }
td.TdClassName
{
border-color: #B454FF;
}
.TagClassName
{
border-color: #B454FF;
}
</style>