Html Css Color HEX #B44DB2 Fuchsia

📋 copy color: '#B44DB2'

red 180 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #B44DB2

Tints of Fuchsia #B44DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.7%

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 41.38%
G = 17.7%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B44DB2 (or 0xB44DB2) is known color: Fuchsia. HEX triplet: B4, 4D and B2. RGB value is (180,77,178). Sum of RGB (Red+Green+Blue) = 180+77+178=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DB2 is #4BB24D. Grayscale: #777777. Windows color (decimal): -4960846 or 11685300. OLE color: 11685300.

HSL color Cylindrical-coordinate representation of color #B44DB2: hue angle of 301.17º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44DB2 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 178 -
CMYK 0 0.57 0.01 0.29
HSL 301.17º 0.41% 0.5% -
HSV(B) 301.17º 0.57% 0.71% -
XYZ 29.51 18.23 44.08 -
YUV 119.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 180 77 178 0 0.57 0.01 0.29 301.17 0.41 0.5
Hex B4 4D B2 0 39 1 1D 12D 29 32
Octal 264 115 262 0 71 1 35 455 51 62
Binary 10110100 1001101 10110010 0 111001 1 11101 100101101 101001 110010

Color Harmonies of #B44DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DB2

Black with #B44DB2

Text Example


Text Example

White with #B44DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DB2; }

 p { color: rgb(180,77,178); }

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

background-color css

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

 a { background-color: rgb(180,77,178); }

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

border-color css

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

 span { border-color: rgb(180,77,178); }

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