#B430AE

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

Shades of Fuchsia #B430AE

Tints of Fuchsia #B430AE

Color information

#B430AE (or 0xB430AE) is unknown color: approx Fuchsia. HEX triplet: B4, 30 and AE. RGB value is (180,48,174). Sum of RGB (Red+Green+Blue) = 180+48+174=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B430AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430AE is #4BCF51. Grayscale: #656565. Windows color (decimal): -4968274 or 11415732. OLE color: 11415732.

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

Color convert

RGB18048174-
CMYK00.730.030.29
HSL302.73º57.89%44.71%-
HSV(B)302.73º73.33%70.59%-
XYZ27.5214.8741.46-
YUV101.83168.73183.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 48 (19.14% from 255) = 11.94%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=44.78%
G=11.94%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804817400.730.030.29302.7357.8944.71
HexB430AE04931D12f3a2d
Octal2646025601113354577255
Binary1011010011000010101110010010011111101100101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430AE; }

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

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

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

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

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

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

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

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