Shades of Fuchsia #B467BA
Tints of Fuchsia #B467BA
RGB
CMYK
RGB Variations
Color information
#B467BA (or 0xB467BA) is known color: Fuchsia. HEX triplet: B4, 67 and BA. RGB value is (180,103,186). Sum of RGB (Red+Green+Blue) = 180+103+186=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B467BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467BA is #4B9845. Grayscale: #878787. Windows color (decimal): -4954182 or 12216244. OLE color: 12216244.
HSL color Cylindrical-coordinate representation of color #B467BA: hue angle of 295.66º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B467BA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 103 | 186 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.27 |
| HSL | 295.66º | 0.38% | 0.57% | - |
| HSV(B) | 295.66º | 0.45% | 0.73% | - |
| XYZ | 32.54 | 22.95 | 49.17 | - |
| YUV | 135.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 186 | 0.03 | 0.45 | 0 | 0.27 | 295.66 | 0.38 | 0.57 |
| Hex | B4 | 67 | BA | 3 | 2D | 0 | 1B | 128 | 26 | 39 |
| Octal | 264 | 147 | 272 | 3 | 55 | 0 | 33 | 450 | 46 | 71 |
| Binary | 10110100 | 1100111 | 10111010 | 11 | 101101 | 0 | 11011 | 100101000 | 100110 | 111001 |
Color Harmonies of #B467BA
Complementary color
Monochromatic Colors of #B467BA
Black with #B467BA
Text Example
Text Example
White with #B467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467BA; }
p { color: rgb(180,103,186); }
H1.HeaderClassName
{
color: #B467BA;
}
.AnyTagClassName
{
color: #B467BA;
}
</style>
background-color css
<style>
a { background-color: #B467BA; }
a { background-color: rgb(180,103,186); }
div.DivClassName
{
background-color: #B467BA;
}
.BgClassName
{
background-color: #B467BA;
}
</style>
border-color css
<style>
span { border-color: #B467BA; }
span { border-color: rgb(180,103,186); }
td.TdClassName
{
border-color: #B467BA;
}
.TagClassName
{
border-color: #B467BA;
}
</style>