#B467B9

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

Shades of Fuchsia #B467B9

Tints of Fuchsia #B467B9

Color information

#B467B9 (or 0xB467B9) is unknown color: approx Fuchsia. HEX triplet: B4, 67 and B9. RGB value is (180,103,185). Sum of RGB (Red+Green+Blue) = 180+103+185=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #B467B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467B9 is #4B9846. Grayscale: #878787. Windows color (decimal): -4954183 or 12150708. OLE color: 12150708.

HSL color Cylindrical-coordinate representation of color #B467B9: hue angle of 296.34º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B467B9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180103185-
CMYK0.030.4400.27
HSL296.34º36.94%56.47%-
HSV(B)296.34º44.32%72.55%-
XYZ32.4322.9148.61-
YUV135.37156.01159.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=38.46%
G=22.01%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801031850.030.4400.27296.3436.9456.47
HexB467B932C01B1282538
Octal2641472713540334504570
Binary1011010011001111011100111101100011011100101000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467B9; }

 p { color: rgb(180,103,185); }

 H1.HeaderClassName
 {
   color: #B467B9;
 }
 .AnyTagClassName
 {
   color: #B467B9;
 }
</style>
background-color css

<style>
 a { background-color: #B467B9; }

 a { background-color: rgb(180,103,185); }

 div.DivClassName
 {
   background-color: #B467B9;
 }
 .BgClassName
 {
   background-color: #B467B9;
 }
</style>
border-color css

<style>
 span { border-color: #B467B9; }

 span { border-color: rgb(180,103,185); }

 td.TdClassName
 {
   border-color: #B467B9;
 }
 .TagClassName
 {
   border-color: #B467B9;
 }
</style>