Html Css Color HEX #B43AAC Fuchsia

📋 copy color: '#B43AAC'

red 180 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #B43AAC

Tints of Fuchsia #B43AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

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

R = 43.9%
G = 14.15%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B43AAC (or 0xB43AAC) is known color: Fuchsia. HEX triplet: B4, 3A and AC. RGB value is (180,58,172). Sum of RGB (Red+Green+Blue) = 180+58+172=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AAC is #4BC553. Grayscale: #6B6B6B. Windows color (decimal): -4965716 or 11287220. OLE color: 11287220.

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

Color convert

RGB 180 58 172 -
CMYK 0 0.68 0.04 0.29
HSL 303.93º 0.51% 0.47% -
HSV(B) 303.93º 0.68% 0.71% -
XYZ 27.78 15.71 40.6 -
YUV 107.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 180 58 172 0 0.68 0.04 0.29 303.93 0.51 0.47
Hex B4 3A AC 0 44 4 1D 130 33 2F
Octal 264 72 254 0 104 4 35 460 63 57
Binary 10110100 111010 10101100 0 1000100 100 11101 100110000 110011 101111

Color Harmonies of #B43AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AAC

Black with #B43AAC

Text Example


Text Example

White with #B43AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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