Html Css Color HEX #B044B4 Fuchsia

📋 copy color: '#B044B4'

red 176 ◦ green 68 ◦ blue 180

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

Shades of Fuchsia #B044B4

Tints of Fuchsia #B044B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.45%

R = 41.51%
G = 16.04%
B = 42.45%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B044B4 (or 0xB044B4) is known color: Fuchsia. HEX triplet: B0, 44 and B4. RGB value is (176,68,180). Sum of RGB (Red+Green+Blue) = 176+68+180=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #B044B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044B4 is #4FBB4B. Grayscale: #707070. Windows color (decimal): -5225292 or 11814064. OLE color: 11814064.

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

Color convert

RGB 176 68 180 -
CMYK 0.02 0.62 0 0.29
HSL 297.86º 0.45% 0.49% -
HSV(B) 297.86º 0.62% 0.71% -
XYZ 28.21 16.66 44.91 -
YUV 113.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 176 68 180 0.02 0.62 0 0.29 297.86 0.45 0.49
Hex B0 44 B4 2 3E 0 1D 12A 2D 31
Octal 260 104 264 2 76 0 35 452 55 61
Binary 10110000 1000100 10110100 10 111110 0 11101 100101010 101101 110001

Color Harmonies of #B044B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044B4

Black with #B044B4

Text Example


Text Example

White with #B044B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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