Shades of Medium Orchid #B354FF
Tints of Medium Orchid #B354FF
RGB
CMYK
RGB Variations
Color information
#B354FF (or 0xB354FF) is known color: Medium Orchid. HEX triplet: B3, 54 and FF. RGB value is (179,84,255). Sum of RGB (Red+Green+Blue) = 179+84+255=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B354FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354FF is #4CAB00. Grayscale: #838383. Windows color (decimal): -5024513 or 16733363. OLE color: 16733363.
HSL color Cylindrical-coordinate representation of color #B354FF: hue angle of 273.33º 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 #B354FF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 84 | 255 | - |
| CMYK | 0.30 | 0.67 | 0 | 0 |
| HSL | 273.33º | 1% | 0.66% | - |
| HSV(B) | 273.33º | 0.67% | 1% | - |
| XYZ | 39.81 | 23.14 | 96.98 | - |
| YUV | 131.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 255 | 0.30 | 0.67 | 0 | 0 | 273.33 | 1 | 0.66 |
| Hex | B3 | 54 | FF | 1E | 43 | 0 | 0 | 111 | 64 | 42 |
| Octal | 263 | 124 | 377 | 36 | 103 | 0 | 0 | 421 | 144 | 102 |
| Binary | 10110011 | 1010100 | 11111111 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100100 | 1000010 |
Color Harmonies of #B354FF
Complementary color
Monochromatic Colors of #B354FF
Black with #B354FF
Text Example
Text Example
White with #B354FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354FF; }
p { color: rgb(179,84,255); }
H1.HeaderClassName
{
color: #B354FF;
}
.AnyTagClassName
{
color: #B354FF;
}
</style>
background-color css
<style>
a { background-color: #B354FF; }
a { background-color: rgb(179,84,255); }
div.DivClassName
{
background-color: #B354FF;
}
.BgClassName
{
background-color: #B354FF;
}
</style>
border-color css
<style>
span { border-color: #B354FF; }
span { border-color: rgb(179,84,255); }
td.TdClassName
{
border-color: #B354FF;
}
.TagClassName
{
border-color: #B354FF;
}
</style>