#B467BA

Color #B467BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B467BA

Tints of Fuchsia #B467BA

Color information

#B467BA (or 0xB467BA) is unknown color: approx 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

RGB180103186-
CMYK0.030.4500.27
HSL295.66º37.56%56.67%-
HSV(B)295.66º44.62%72.94%-
XYZ32.5422.9549.17-
YUV135.49156.51159.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=38.38%
G=21.96%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801031860.030.4500.27295.6637.5656.67
HexB467BA32D01B1282639
Octal2641472723550334504671
Binary1011010011001111011101011101101011011100101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>