Html Css Color HEX #B44CB2 Fuchsia

📋 copy color: '#B44CB2'

red 180 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B44CB2

Tints of Fuchsia #B44CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 41.47%
G = 17.51%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B44CB2 (or 0xB44CB2) is known color: Fuchsia. HEX triplet: B4, 4C and B2. RGB value is (180,76,178). Sum of RGB (Red+Green+Blue) = 180+76+178=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B44CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44CB2 is #4BB34D. Grayscale: #767676. Windows color (decimal): -4961102 or 11685044. OLE color: 11685044.

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

Color convert

RGB 180 76 178 -
CMYK 0 0.58 0.01 0.29
HSL 301.15º 0.41% 0.5% -
HSV(B) 301.15º 0.58% 0.71% -
XYZ 29.44 18.09 44.06 -
YUV 118.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 180 76 178 0 0.58 0.01 0.29 301.15 0.41 0.5
Hex B4 4C B2 0 3A 1 1D 12D 29 32
Octal 264 114 262 0 72 1 35 455 51 62
Binary 10110100 1001100 10110010 0 111010 1 11101 100101101 101001 110010

Color Harmonies of #B44CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CB2

Black with #B44CB2

Text Example


Text Example

White with #B44CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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