Html Css Color HEX #B041AC Fuchsia

📋 copy color: '#B041AC'

red 176 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B041AC

Tints of Fuchsia #B041AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 42.62%
G = 15.74%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B041AC (or 0xB041AC) is known color: Fuchsia. HEX triplet: B0, 41 and AC. RGB value is (176,65,172). Sum of RGB (Red+Green+Blue) = 176+65+172=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B041AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041AC is #4FBE53. Grayscale: #6E6E6E. Windows color (decimal): -5226068 or 11289008. OLE color: 11289008.

HSL color Cylindrical-coordinate representation of color #B041AC: hue angle of 302.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B041AC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 172 -
CMYK 0 0.63 0.02 0.31
HSL 302.16º 0.46% 0.47% -
HSV(B) 302.16º 0.63% 0.69% -
XYZ 27.24 15.99 40.68 -
YUV 110.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 176 65 172 0 0.63 0.02 0.31 302.16 0.46 0.47
Hex B0 41 AC 0 3F 2 1F 12E 2E 2F
Octal 260 101 254 0 77 2 37 456 56 57
Binary 10110000 1000001 10101100 0 111111 10 11111 100101110 101110 101111

Color Harmonies of #B041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041AC

Black with #B041AC

Text Example


Text Example

White with #B041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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