Html Css Color HEX #B43DAC Fuchsia

📋 copy color: '#B43DAC'

red 180 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B43DAC

Tints of Fuchsia #B43DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.77%

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

R = 43.58%
G = 14.77%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B43DAC (or 0xB43DAC) is known color: Fuchsia. HEX triplet: B4, 3D and AC. RGB value is (180,61,172). Sum of RGB (Red+Green+Blue) = 180+61+172=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B43DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43DAC is #4BC253. Grayscale: #6C6C6C. Windows color (decimal): -4964948 or 11287988. OLE color: 11287988.

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

Color convert

RGB 180 61 172 -
CMYK 0 0.66 0.04 0.29
HSL 304.03º 0.49% 0.47% -
HSV(B) 304.03º 0.66% 0.71% -
XYZ 27.94 16.02 40.65 -
YUV 109.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 180 61 172 0 0.66 0.04 0.29 304.03 0.49 0.47
Hex B4 3D AC 0 42 4 1D 130 31 2F
Octal 264 75 254 0 102 4 35 460 61 57
Binary 10110100 111101 10101100 0 1000010 100 11101 100110000 110001 101111

Color Harmonies of #B43DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DAC

Black with #B43DAC

Text Example


Text Example

White with #B43DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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