Html Css Color HEX #B044BF Fuchsia

📋 copy color: '#B044BF'

red 176 ◦ green 68 ◦ blue 191

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

Shades of Fuchsia #B044BF

Tints of Fuchsia #B044BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 40.46%
G = 15.63%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B044BF (or 0xB044BF) is known color: Fuchsia. HEX triplet: B0, 44 and BF. RGB value is (176,68,191). Sum of RGB (Red+Green+Blue) = 176+68+191=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #B044BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044BF is #4FBB40. Grayscale: #717171. Windows color (decimal): -5225281 or 12534960. OLE color: 12534960.

HSL color Cylindrical-coordinate representation of color #B044BF: hue angle of 292.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B044BF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 68 191 -
CMYK 0.08 0.64 0 0.25
HSL 292.68º 0.49% 0.51% -
HSV(B) 292.68º 0.64% 0.75% -
XYZ 29.38 17.13 51.05 -
YUV 114.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 176 68 191 0.08 0.64 0 0.25 292.68 0.49 0.51
Hex B0 44 BF 8 40 0 19 125 31 33
Octal 260 104 277 10 100 0 31 445 61 63
Binary 10110000 1000100 10111111 1000 1000000 0 11001 100100101 110001 110011

Color Harmonies of #B044BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044BF

Black with #B044BF

Text Example


Text Example

White with #B044BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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