Html Css Color HEX #B040AC Fuchsia

📋 copy color: '#B040AC'

red 176 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #B040AC

Tints of Fuchsia #B040AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

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

R = 42.72%
G = 15.53%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B040AC (or 0xB040AC) is known color: Fuchsia. HEX triplet: B0, 40 and AC. RGB value is (176,64,172). Sum of RGB (Red+Green+Blue) = 176+64+172=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AC is #4FBF53. Grayscale: #6D6D6D. Windows color (decimal): -5226324 or 11288752. OLE color: 11288752.

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

Color convert

RGB 176 64 172 -
CMYK 0 0.64 0.02 0.31
HSL 302.14º 0.47% 0.47% -
HSV(B) 302.14º 0.64% 0.69% -
XYZ 27.18 15.88 40.66 -
YUV 109.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 176 64 172 0 0.64 0.02 0.31 302.14 0.47 0.47
Hex B0 40 AC 0 40 2 1F 12E 2F 2F
Octal 260 100 254 0 100 2 37 456 57 57
Binary 10110000 1000000 10101100 0 1000000 10 11111 100101110 101111 101111

Color Harmonies of #B040AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040AC

Black with #B040AC

Text Example


Text Example

White with #B040AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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