Html Css Color HEX #B444AA Fuchsia

📋 copy color: '#B444AA'

red 180 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #B444AA

Tints of Fuchsia #B444AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 43.06%
G = 16.27%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B444AA (or 0xB444AA) is known color: Fuchsia. HEX triplet: B4, 44 and AA. RGB value is (180,68,170). Sum of RGB (Red+Green+Blue) = 180+68+170=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B444AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444AA is #4BBB55. Grayscale: #707070. Windows color (decimal): -4963158 or 11158708. OLE color: 11158708.

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

Color convert

RGB 180 68 170 -
CMYK 0 0.62 0.06 0.29
HSL 305.36º 0.45% 0.49% -
HSV(B) 305.36º 0.62% 0.71% -
XYZ 28.15 16.74 39.78 -
YUV 113.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 180 68 170 0 0.62 0.06 0.29 305.36 0.45 0.49
Hex B4 44 AA 0 3E 6 1D 131 2D 31
Octal 264 104 252 0 76 6 35 461 55 61
Binary 10110100 1000100 10101010 0 111110 110 11101 100110001 101101 110001

Color Harmonies of #B444AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444AA

Black with #B444AA

Text Example


Text Example

White with #B444AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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