Html Css Color HEX #B041AB Fuchsia

📋 copy color: '#B041AB'

red 176 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #B041AB

Tints of Fuchsia #B041AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 42.72%
G = 15.78%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B041AB (or 0xB041AB) is known color: Fuchsia. HEX triplet: B0, 41 and AB. RGB value is (176,65,171). Sum of RGB (Red+Green+Blue) = 176+65+171=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B041AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041AB is #4FBE54. Grayscale: #6D6D6D. Windows color (decimal): -5226069 or 11223472. OLE color: 11223472.

HSL color Cylindrical-coordinate representation of color #B041AB: hue angle of 302.7º 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 #B041AB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 171 -
CMYK 0 0.63 0.03 0.31
HSL 302.7º 0.46% 0.47% -
HSV(B) 302.7º 0.63% 0.69% -
XYZ 27.15 15.95 40.18 -
YUV 110.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 176 65 171 0 0.63 0.03 0.31 302.7 0.46 0.47
Hex B0 41 AB 0 3F 3 1F 12F 2E 2F
Octal 260 101 253 0 77 3 37 457 56 57
Binary 10110000 1000001 10101011 0 111111 11 11111 100101111 101110 101111

Color Harmonies of #B041AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041AB

Black with #B041AB

Text Example


Text Example

White with #B041AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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