#B467BD

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

Shades of Fuchsia #B467BD

Tints of Fuchsia #B467BD

Color information

#B467BD (or 0xB467BD) is unknown color: approx Fuchsia. HEX triplet: B4, 67 and BD. RGB value is (180,103,189). Sum of RGB (Red+Green+Blue) = 180+103+189=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B467BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467BD is #4B9842. Grayscale: #878787. Windows color (decimal): -4954179 or 12412852. OLE color: 12412852.

HSL color Cylindrical-coordinate representation of color #B467BD: hue angle of 293.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B467BD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180103189-
CMYK0.050.4600.26
HSL293.72º39.45%57.25%-
HSV(B)293.72º45.5%74.12%-
XYZ32.8623.0850.87-
YUV135.83158.01159.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=38.14%
G=21.82%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801031890.050.4600.26293.7239.4557.25
HexB467BD52E01A1262739
Octal2641472755560324464771
Binary10110100110011110111101101101110011010100100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467BD; }

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

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

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

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

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

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

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

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