Html Css Color HEX #B044BE Fuchsia

📋 copy color: '#B044BE'

red 176 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #B044BE

Tints of Fuchsia #B044BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 40.55%
G = 15.67%
B = 43.78%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B044BE (or 0xB044BE) is known color: Fuchsia. HEX triplet: B0, 44 and BE. RGB value is (176,68,190). Sum of RGB (Red+Green+Blue) = 176+68+190=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B044BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044BE is #4FBB41. Grayscale: #717171. Windows color (decimal): -5225282 or 12469424. OLE color: 12469424.

HSL color Cylindrical-coordinate representation of color #B044BE: hue angle of 293.11º degrees, saturation: 0.48, 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 #B044BE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 68 190 -
CMYK 0.07 0.64 0 0.25
HSL 293.11º 0.48% 0.51% -
HSV(B) 293.11º 0.64% 0.75% -
XYZ 29.27 17.08 50.47 -
YUV 114.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 176 68 190 0.07 0.64 0 0.25 293.11 0.48 0.51
Hex B0 44 BE 7 40 0 19 125 30 33
Octal 260 104 276 7 100 0 31 445 60 63
Binary 10110000 1000100 10111110 111 1000000 0 11001 100100101 110000 110011

Color Harmonies of #B044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044BE

Black with #B044BE

Text Example


Text Example

White with #B044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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