Html Css Color HEX #B040AA Fuchsia

📋 copy color: '#B040AA'

red 176 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #B040AA

Tints of Fuchsia #B040AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 42.93%
G = 15.61%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B040AA (or 0xB040AA) is known color: Fuchsia. HEX triplet: B0, 40 and AA. RGB value is (176,64,170). Sum of RGB (Red+Green+Blue) = 176+64+170=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AA is #4FBF55. Grayscale: #6D6D6D. Windows color (decimal): -5226326 or 11157680. OLE color: 11157680.

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

Color convert

RGB 176 64 170 -
CMYK 0 0.64 0.03 0.31
HSL 303.21º 0.47% 0.47% -
HSV(B) 303.21º 0.64% 0.69% -
XYZ 26.99 15.8 39.66 -
YUV 109.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 176 64 170 0 0.64 0.03 0.31 303.21 0.47 0.47
Hex B0 40 AA 0 40 3 1F 12F 2F 2F
Octal 260 100 252 0 100 3 37 457 57 57
Binary 10110000 1000000 10101010 0 1000000 11 11111 100101111 101111 101111

Color Harmonies of #B040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040AA

Black with #B040AA

Text Example


Text Example

White with #B040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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