#B434AE

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

Shades of Fuchsia #B434AE

Tints of Fuchsia #B434AE

Color information

#B434AE (or 0xB434AE) is unknown color: approx Fuchsia. HEX triplet: B4, 34 and AE. RGB value is (180,52,174). Sum of RGB (Red+Green+Blue) = 180+52+174=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B434AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434AE is #4BCB51. Grayscale: #676767. Windows color (decimal): -4967250 or 11416756. OLE color: 11416756.

HSL color Cylindrical-coordinate representation of color #B434AE: hue angle of 302.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B434AE is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18052174-
CMYK00.710.030.29
HSL302.81º55.17%45.49%-
HSV(B)302.81º71.11%70.59%-
XYZ27.6915.2241.52-
YUV104.18167.41182.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=44.33%
G=12.81%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805217400.710.030.29302.8155.1745.49
HexB434AE04731D12f372d
Octal2646425601073354576755
Binary1011010011010010101110010001111111101100101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434AE; }

 p { color: rgb(180,52,174); }

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

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

 a { background-color: rgb(180,52,174); }

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

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

 span { border-color: rgb(180,52,174); }

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