#B434A8

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

Shades of Fuchsia #B434A8

Tints of Fuchsia #B434A8

Color information

#B434A8 (or 0xB434A8) is unknown color: approx Fuchsia. HEX triplet: B4, 34 and A8. RGB value is (180,52,168). Sum of RGB (Red+Green+Blue) = 180+52+168=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B434A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434A8 is #4BCB57. Grayscale: #676767. Windows color (decimal): -4967256 or 11023540. OLE color: 11023540.

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

Color convert

RGB18052168-
CMYK00.710.070.29
HSL305.62º55.17%45.49%-
HSV(B)305.62º71.11%70.59%-
XYZ27.1214.9938.51-
YUV103.5164.41182.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 168 (66.02% from 255) = 42%
R=45%
G=13%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805216800.710.070.29305.6255.1745.49
HexB434A804771D132372d
Octal2646425001077354626755
Binary10110100110100101010000100011111111101100110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434A8; }

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

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

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

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

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

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

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

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