Html Css Color HEX #B044B3 Fuchsia

📋 copy color: '#B044B3'

red 176 ◦ green 68 ◦ blue 179

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

Shades of Fuchsia #B044B3

Tints of Fuchsia #B044B3

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

 GREEN value IS 68 (26.95% from 255) = 16.08%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 41.61%
G = 16.08%
B = 42.32%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B044B3 (or 0xB044B3) is known color: Fuchsia. HEX triplet: B0, 44 and B3. RGB value is (176,68,179). Sum of RGB (Red+Green+Blue) = 176+68+179=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #B044B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044B3 is #4FBB4C. Grayscale: #707070. Windows color (decimal): -5225293 or 11748528. OLE color: 11748528.

HSL color Cylindrical-coordinate representation of color #B044B3: hue angle of 298.38º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B044B3 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 68 179 -
CMYK 0.02 0.62 0 0.30
HSL 298.38º 0.45% 0.48% -
HSV(B) 298.38º 0.62% 0.7% -
XYZ 28.11 16.62 44.37 -
YUV 112.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 176 68 179 0.02 0.62 0 0.30 298.38 0.45 0.48
Hex B0 44 B3 2 3E 0 1E 12A 2D 30
Octal 260 104 263 2 76 0 36 452 55 60
Binary 10110000 1000100 10110011 10 111110 0 11110 100101010 101101 110000

Color Harmonies of #B044B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044B3

Black with #B044B3

Text Example


Text Example

White with #B044B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044B3; }

 p { color: rgb(176,68,179); }

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

background-color css

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

 a { background-color: rgb(176,68,179); }

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

border-color css

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

 span { border-color: rgb(176,68,179); }

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