Html Css Color HEX #B444AD Fuchsia

📋 copy color: '#B444AD'

red 180 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #B444AD

Tints of Fuchsia #B444AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

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

R = 42.76%
G = 16.15%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B444AD (or 0xB444AD) is known color: Fuchsia. HEX triplet: B4, 44 and AD. RGB value is (180,68,173). Sum of RGB (Red+Green+Blue) = 180+68+173=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B444AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444AD is #4BBB52. Grayscale: #717171. Windows color (decimal): -4963155 or 11355316. OLE color: 11355316.

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

Color convert

RGB 180 68 173 -
CMYK 0 0.62 0.04 0.29
HSL 303.75º 0.45% 0.49% -
HSV(B) 303.75º 0.62% 0.71% -
XYZ 28.43 16.85 41.29 -
YUV 113.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 180 68 173 0 0.62 0.04 0.29 303.75 0.45 0.49
Hex B4 44 AD 0 3E 4 1D 130 2D 31
Octal 264 104 255 0 76 4 35 460 55 61
Binary 10110100 1000100 10101101 0 111110 100 11101 100110000 101101 110001

Color Harmonies of #B444AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444AD

Black with #B444AD

Text Example


Text Example

White with #B444AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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