#B469B6

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

Shades of Fuchsia #B469B6

Tints of Fuchsia #B469B6

Color information

#B469B6 (or 0xB469B6) is unknown color: approx Fuchsia. HEX triplet: B4, 69 and B6. RGB value is (180,105,182). Sum of RGB (Red+Green+Blue) = 180+105+182=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #B469B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469B6 is #4B9649. Grayscale: #878787. Windows color (decimal): -4953674 or 11954612. OLE color: 11954612.

HSL color Cylindrical-coordinate representation of color #B469B6: hue angle of 298.44º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B469B6 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180105182-
CMYK0.010.4200.29
HSL298.44º34.53%56.27%-
HSV(B)298.44º42.31%71.37%-
XYZ32.3223.1847.03-
YUV136.2153.85159.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=38.54%
G=22.48%
B=38.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801051820.010.4200.29298.4434.5356.27
HexB469B612A01D12a2338
Octal2641512661520354524370
Binary101101001101001101101101101010011101100101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469B6; }

 p { color: rgb(180,105,182); }

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

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

 a { background-color: rgb(180,105,182); }

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

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

 span { border-color: rgb(180,105,182); }

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