Html Css Color HEX #B44DB0 Fuchsia

📋 copy color: '#B44DB0'

red 180 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #B44DB0

Tints of Fuchsia #B44DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 41.57%
G = 17.78%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B44DB0 (or 0xB44DB0) is known color: Fuchsia. HEX triplet: B4, 4D and B0. RGB value is (180,77,176). Sum of RGB (Red+Green+Blue) = 180+77+176=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DB0 is #4BB24F. Grayscale: #767676. Windows color (decimal): -4960848 or 11554228. OLE color: 11554228.

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

Color convert

RGB 180 77 176 -
CMYK 0 0.57 0.02 0.29
HSL 302.33º 0.41% 0.5% -
HSV(B) 302.33º 0.57% 0.71% -
XYZ 29.31 18.15 43.03 -
YUV 119.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 180 77 176 0 0.57 0.02 0.29 302.33 0.41 0.5
Hex B4 4D B0 0 39 2 1D 12E 29 32
Octal 264 115 260 0 71 2 35 456 51 62
Binary 10110100 1001101 10110000 0 111001 10 11101 100101110 101001 110010

Color Harmonies of #B44DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DB0

Black with #B44DB0

Text Example


Text Example

White with #B44DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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