Html Css Color HEX #B441AD Fuchsia

📋 copy color: '#B441AD'

red 180 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B441AD

Tints of Fuchsia #B441AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

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

R = 43.06%
G = 15.55%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B441AD (or 0xB441AD) is known color: Fuchsia. HEX triplet: B4, 41 and AD. RGB value is (180,65,173). Sum of RGB (Red+Green+Blue) = 180+65+173=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B441AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441AD is #4BBE52. Grayscale: #6F6F6F. Windows color (decimal): -4963923 or 11354548. OLE color: 11354548.

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

Color convert

RGB 180 65 173 -
CMYK 0 0.64 0.04 0.29
HSL 303.65º 0.47% 0.48% -
HSV(B) 303.65º 0.64% 0.71% -
XYZ 28.26 16.5 41.23 -
YUV 111.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 180 65 173 0 0.64 0.04 0.29 303.65 0.47 0.48
Hex B4 41 AD 0 40 4 1D 130 2F 30
Octal 264 101 255 0 100 4 35 460 57 60
Binary 10110100 1000001 10101101 0 1000000 100 11101 100110000 101111 110000

Color Harmonies of #B441AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441AD

Black with #B441AD

Text Example


Text Example

White with #B441AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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