Html Css Color HEX #B044BD Fuchsia

📋 copy color: '#B044BD'

red 176 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #B044BD

Tints of Fuchsia #B044BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 40.65%
G = 15.7%
B = 43.65%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B044BD (or 0xB044BD) is known color: Fuchsia. HEX triplet: B0, 44 and BD. RGB value is (176,68,189). Sum of RGB (Red+Green+Blue) = 176+68+189=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B044BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044BD is #4FBB42. Grayscale: #717171. Windows color (decimal): -5225283 or 12403888. OLE color: 12403888.

HSL color Cylindrical-coordinate representation of color #B044BD: hue angle of 293.55º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B044BD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 68 189 -
CMYK 0.07 0.64 0 0.26
HSL 293.55º 0.48% 0.5% -
HSV(B) 293.55º 0.64% 0.74% -
XYZ 29.16 17.04 49.9 -
YUV 114.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 176 68 189 0.07 0.64 0 0.26 293.55 0.48 0.5
Hex B0 44 BD 7 40 0 1A 126 30 32
Octal 260 104 275 7 100 0 32 446 60 62
Binary 10110000 1000100 10111101 111 1000000 0 11010 100100110 110000 110010

Color Harmonies of #B044BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044BD

Black with #B044BD

Text Example


Text Example

White with #B044BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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