Html Css Color HEX #B44EB0 Fuchsia

📋 copy color: '#B44EB0'

red 180 ◦ green 78 ◦ blue 176

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

Shades of Fuchsia #B44EB0

Tints of Fuchsia #B44EB0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

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

R = 41.47%
G = 17.97%
B = 40.55%

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

#B44EB0 (or 0xB44EB0) is known color: Fuchsia. HEX triplet: B4, 4E and B0. RGB value is (180,78,176). Sum of RGB (Red+Green+Blue) = 180+78+176=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EB0 is #4BB14F. Grayscale: #777777. Windows color (decimal): -4960592 or 11554484. OLE color: 11554484.

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

Color convert

RGB 180 78 176 -
CMYK 0 0.57 0.02 0.29
HSL 302.35º 0.4% 0.51% -
HSV(B) 302.35º 0.57% 0.71% -
XYZ 29.38 18.29 43.06 -
YUV 119.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 180 78 176 0 0.57 0.02 0.29 302.35 0.4 0.51
Hex B4 4E B0 0 39 2 1D 12E 28 33
Octal 264 116 260 0 71 2 35 456 50 63
Binary 10110100 1001110 10110000 0 111001 10 11101 100101110 101000 110011

Color Harmonies of #B44EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44EB0

Black with #B44EB0

Text Example


Text Example

White with #B44EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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