Html Css Color HEX #B443AC Fuchsia

📋 copy color: '#B443AC'

red 180 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #B443AC

Tints of Fuchsia #B443AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 42.96%
G = 15.99%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B443AC (or 0xB443AC) is known color: Fuchsia. HEX triplet: B4, 43 and AC. RGB value is (180,67,172). Sum of RGB (Red+Green+Blue) = 180+67+172=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B443AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443AC is #4BBC53. Grayscale: #707070. Windows color (decimal): -4963412 or 11289524. OLE color: 11289524.

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

Color convert

RGB 180 67 172 -
CMYK 0 0.63 0.04 0.29
HSL 304.25º 0.46% 0.48% -
HSV(B) 304.25º 0.63% 0.71% -
XYZ 28.28 16.7 40.76 -
YUV 112.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 180 67 172 0 0.63 0.04 0.29 304.25 0.46 0.48
Hex B4 43 AC 0 3F 4 1D 130 2E 30
Octal 264 103 254 0 77 4 35 460 56 60
Binary 10110100 1000011 10101100 0 111111 100 11101 100110000 101110 110000

Color Harmonies of #B443AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443AC

Black with #B443AC

Text Example


Text Example

White with #B443AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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