Html Css Color HEX #B443AD Fuchsia

📋 copy color: '#B443AD'

red 180 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #B443AD

Tints of Fuchsia #B443AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 42.86%
G = 15.95%
B = 41.19%

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

#B443AD (or 0xB443AD) is known color: Fuchsia. HEX triplet: B4, 43 and AD. RGB value is (180,67,173). Sum of RGB (Red+Green+Blue) = 180+67+173=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B443AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443AD is #4BBC52. Grayscale: #707070. Windows color (decimal): -4963411 or 11355060. OLE color: 11355060.

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

Color convert

RGB 180 67 173 -
CMYK 0 0.63 0.04 0.29
HSL 303.72º 0.46% 0.48% -
HSV(B) 303.72º 0.63% 0.71% -
XYZ 28.37 16.73 41.27 -
YUV 112.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 180 67 173 0 0.63 0.04 0.29 303.72 0.46 0.48
Hex B4 43 AD 0 3F 4 1D 130 2E 30
Octal 264 103 255 0 77 4 35 460 56 60
Binary 10110100 1000011 10101101 0 111111 100 11101 100110000 101110 110000

Color Harmonies of #B443AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443AD

Black with #B443AD

Text Example


Text Example

White with #B443AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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