#B430AD

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

Shades of Fuchsia #B430AD

Tints of Fuchsia #B430AD

Color information

#B430AD (or 0xB430AD) is unknown color: approx Fuchsia. HEX triplet: B4, 30 and AD. RGB value is (180,48,173). Sum of RGB (Red+Green+Blue) = 180+48+173=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B430AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430AD is #4BCF52. Grayscale: #656565. Windows color (decimal): -4968275 or 11350196. OLE color: 11350196.

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

Color convert

RGB18048173-
CMYK00.730.040.29
HSL303.18º57.89%44.71%-
HSV(B)303.18º73.33%70.59%-
XYZ27.4214.8340.95-
YUV101.72168.23183.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 48 (19.14% from 255) = 11.97%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=44.89%
G=11.97%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804817300.730.040.29303.1857.8944.71
HexB430AD04941D12f3a2d
Octal2646025501114354577255
Binary10110100110000101011010100100110011101100101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430AD; }

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

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

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

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

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

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

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

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