Html Css Color HEX #B44DB9 Fuchsia

📋 copy color: '#B44DB9'

red 180 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #B44DB9

Tints of Fuchsia #B44DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 40.72%
G = 17.42%
B = 41.86%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B44DB9 (or 0xB44DB9) is known color: Fuchsia. HEX triplet: B4, 4D and B9. RGB value is (180,77,185). Sum of RGB (Red+Green+Blue) = 180+77+185=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #B44DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DB9 is #4BB246. Grayscale: #777777. Windows color (decimal): -4960839 or 12144052. OLE color: 12144052.

HSL color Cylindrical-coordinate representation of color #B44DB9: hue angle of 297.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44DB9 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 77 185 -
CMYK 0.03 0.58 0 0.27
HSL 297.22º 0.44% 0.51% -
HSV(B) 297.22º 0.58% 0.73% -
XYZ 30.23 18.51 47.88 -
YUV 120.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 180 77 185 0.03 0.58 0 0.27 297.22 0.44 0.51
Hex B4 4D B9 3 3A 0 1B 129 2C 33
Octal 264 115 271 3 72 0 33 451 54 63
Binary 10110100 1001101 10111001 11 111010 0 11011 100101001 101100 110011

Color Harmonies of #B44DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DB9

Black with #B44DB9

Text Example


Text Example

White with #B44DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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