Html Css Color HEX #B041BA Fuchsia

📋 copy color: '#B041BA'

red 176 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #B041BA

Tints of Fuchsia #B041BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.22%

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 41.22%
G = 15.22%
B = 43.56%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B041BA (or 0xB041BA) is known color: Fuchsia. HEX triplet: B0, 41 and BA. RGB value is (176,65,186). Sum of RGB (Red+Green+Blue) = 176+65+186=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B041BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041BA is #4FBE45. Grayscale: #6F6F6F. Windows color (decimal): -5226054 or 12206512. OLE color: 12206512.

HSL color Cylindrical-coordinate representation of color #B041BA: hue angle of 295.04º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B041BA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 65 186 -
CMYK 0.05 0.65 0 0.27
HSL 295.04º 0.48% 0.49% -
HSV(B) 295.04º 0.65% 0.73% -
XYZ 28.66 16.56 48.14 -
YUV 111.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 176 65 186 0.05 0.65 0 0.27 295.04 0.48 0.49
Hex B0 41 BA 5 41 0 1B 127 30 31
Octal 260 101 272 5 101 0 33 447 60 61
Binary 10110000 1000001 10111010 101 1000001 0 11011 100100111 110000 110001

Color Harmonies of #B041BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041BA

Black with #B041BA

Text Example


Text Example

White with #B041BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041BA; }

 p { color: rgb(176,65,186); }

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

background-color css

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

 a { background-color: rgb(176,65,186); }

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

border-color css

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

 span { border-color: rgb(176,65,186); }

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