Html Css Color HEX #B44BBA Fuchsia

📋 copy color: '#B44BBA'

red 180 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B44BBA

Tints of Fuchsia #B44BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 40.82%
G = 17.01%
B = 42.18%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B44BBA (or 0xB44BBA) is known color: Fuchsia. HEX triplet: B4, 4B and BA. RGB value is (180,75,186). Sum of RGB (Red+Green+Blue) = 180+75+186=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BBA is #4BB445. Grayscale: #767676. Windows color (decimal): -4961350 or 12209076. OLE color: 12209076.

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

Color convert

RGB 180 75 186 -
CMYK 0.03 0.60 0 0.27
HSL 296.76º 0.45% 0.51% -
HSV(B) 296.76º 0.6% 0.73% -
XYZ 30.2 18.28 48.39 -
YUV 119.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 180 75 186 0.03 0.60 0 0.27 296.76 0.45 0.51
Hex B4 4B BA 3 3C 0 1B 129 2D 33
Octal 264 113 272 3 74 0 33 451 55 63
Binary 10110100 1001011 10111010 11 111100 0 11011 100101001 101101 110011

Color Harmonies of #B44BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44BBA

Black with #B44BBA

Text Example


Text Example

White with #B44BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44BBA; }

 p { color: rgb(180,75,186); }

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

background-color css

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

 a { background-color: rgb(180,75,186); }

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

border-color css

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

 span { border-color: rgb(180,75,186); }

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