#B430AB

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

Shades of Fuchsia #B430AB

Tints of Fuchsia #B430AB

Color information

#B430AB (or 0xB430AB) is unknown color: approx Fuchsia. HEX triplet: B4, 30 and AB. RGB value is (180,48,171). Sum of RGB (Red+Green+Blue) = 180+48+171=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B430AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430AB is #4BCF54. Grayscale: #656565. Windows color (decimal): -4968277 or 11219124. OLE color: 11219124.

HSL color Cylindrical-coordinate representation of color #B430AB: hue angle of 304.09º 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 #B430AB is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18048171-
CMYK00.730.050.29
HSL304.09º57.89%44.71%-
HSV(B)304.09º73.33%70.59%-
XYZ27.2314.7639.94-
YUV101.49167.23184-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=45.11%
G=12.03%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804817100.730.050.29304.0957.8944.71
HexB430AB04951D1303a2d
Octal2646025301115354607255
Binary10110100110000101010110100100110111101100110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430AB; }

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

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

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

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

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

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

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

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