Html Css Color HEX #B42DAC Fuchsia

📋 copy color: '#B42DAC'

red 180 ◦ green 45 ◦ blue 172

#B42DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B42DAC

Tints of Fuchsia #B42DAC

RGB

 RED value IS 180 (70.7% from 255) = 45.34%

 GREEN value IS 45 (17.97% from 255) = 11.34%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 45.34%
G = 11.34%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B42DAC (or 0xB42DAC) is known color: Fuchsia. HEX triplet: B4, 2D and AC. RGB value is (180,45,172). Sum of RGB (Red+Green+Blue) = 180+45+172=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAC is #4BD253. Grayscale: #636363. Windows color (decimal): -4969044 or 11283892. OLE color: 11283892.

HSL color Cylindrical-coordinate representation of color #B42DAC: hue angle of 303.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DAC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 45 172 -
CMYK 0 0.75 0.04 0.29
HSL 303.56º 0.6% 0.44% -
HSV(B) 303.56º 0.75% 0.71% -
XYZ 27.21 14.56 40.41 -
YUV 99.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 180 45 172 0 0.75 0.04 0.29 303.56 0.6 0.44
Hex B4 2D AC 0 4B 4 1D 130 3C 2C
Octal 264 55 254 0 113 4 35 460 74 54
Binary 10110100 101101 10101100 0 1001011 100 11101 100110000 111100 101100

Color Harmonies of #B42DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DAC

Black with #B42DAC

Text Example


Text Example

White with #B42DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DAC; }

 p { color: rgb(180,45,172); }

 H1.HeaderClassName
 {
   color: #B42DAC;
 }
 .AnyTagClassName
 {
   color: #B42DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(180,45,172); }

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

border-color css

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

 span { border-color: rgb(180,45,172); }

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