#B467B8

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

Shades of Fuchsia #B467B8

Tints of Fuchsia #B467B8

Color information

#B467B8 (or 0xB467B8) is unknown color: approx Fuchsia. HEX triplet: B4, 67 and B8. RGB value is (180,103,184). Sum of RGB (Red+Green+Blue) = 180+103+184=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #B467B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467B8 is #4B9847. Grayscale: #878787. Windows color (decimal): -4954184 or 12085172. OLE color: 12085172.

HSL color Cylindrical-coordinate representation of color #B467B8: hue angle of 297.04º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B467B8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180103184-
CMYK0.020.4400.28
HSL297.04º36.32%56.27%-
HSV(B)297.04º44.02%72.16%-
XYZ32.3222.8648.06-
YUV135.26155.51159.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=38.54%
G=22.06%
B=39.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801031840.020.4400.28297.0436.3256.27
HexB467B822C01C1292438
Octal2641472702540344514470
Binary1011010011001111011100010101100011100100101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467B8; }

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

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

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

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

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

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

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

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