Html Css Color HEX #B044B6 Fuchsia

📋 copy color: '#B044B6'

red 176 ◦ green 68 ◦ blue 182

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

Shades of Fuchsia #B044B6

Tints of Fuchsia #B044B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 41.31%
G = 15.96%
B = 42.72%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B044B6 (or 0xB044B6) is known color: Fuchsia. HEX triplet: B0, 44 and B6. RGB value is (176,68,182). Sum of RGB (Red+Green+Blue) = 176+68+182=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #B044B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044B6 is #4FBB49. Grayscale: #707070. Windows color (decimal): -5225290 or 11945136. OLE color: 11945136.

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

Color convert

RGB 176 68 182 -
CMYK 0.03 0.63 0 0.29
HSL 296.84º 0.46% 0.49% -
HSV(B) 296.84º 0.63% 0.71% -
XYZ 28.42 16.74 45.99 -
YUV 113.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 176 68 182 0.03 0.63 0 0.29 296.84 0.46 0.49
Hex B0 44 B6 3 3F 0 1D 129 2E 31
Octal 260 104 266 3 77 0 35 451 56 61
Binary 10110000 1000100 10110110 11 111111 0 11101 100101001 101110 110001

Color Harmonies of #B044B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044B6

Black with #B044B6

Text Example


Text Example

White with #B044B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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