Html Css Color HEX #B444B1 Fuchsia

📋 copy color: '#B444B1'

red 180 ◦ green 68 ◦ blue 177

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

Shades of Fuchsia #B444B1

Tints of Fuchsia #B444B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 42.35%
G = 16%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B444B1 (or 0xB444B1) is known color: Fuchsia. HEX triplet: B4, 44 and B1. RGB value is (180,68,177). Sum of RGB (Red+Green+Blue) = 180+68+177=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B444B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444B1 is #4BBB4E. Grayscale: #717171. Windows color (decimal): -4963151 or 11617460. OLE color: 11617460.

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

Color convert

RGB 180 68 177 -
CMYK 0 0.62 0.02 0.29
HSL 301.61º 0.45% 0.49% -
HSV(B) 301.61º 0.62% 0.71% -
XYZ 28.83 17.01 43.36 -
YUV 113.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 180 68 177 0 0.62 0.02 0.29 301.61 0.45 0.49
Hex B4 44 B1 0 3E 2 1D 12E 2D 31
Octal 264 104 261 0 76 2 35 456 55 61
Binary 10110100 1000100 10110001 0 111110 10 11101 100101110 101101 110001

Color Harmonies of #B444B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444B1

Black with #B444B1

Text Example


Text Example

White with #B444B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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