Html Css Color HEX #B04AAB Fuchsia

📋 copy color: '#B04AAB'

red 176 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #B04AAB

Tints of Fuchsia #B04AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 41.81%
G = 17.58%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B04AAB (or 0xB04AAB) is known color: Fuchsia. HEX triplet: B0, 4A and AB. RGB value is (176,74,171). Sum of RGB (Red+Green+Blue) = 176+74+171=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAB is #4FB554. Grayscale: #737373. Windows color (decimal): -5223765 or 11225776. OLE color: 11225776.

HSL color Cylindrical-coordinate representation of color #B04AAB: hue angle of 302.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AAB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 171 -
CMYK 0 0.58 0.03 0.31
HSL 302.94º 0.41% 0.49% -
HSV(B) 302.94º 0.58% 0.69% -
XYZ 27.7 17.07 40.36 -
YUV 115.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 176 74 171 0 0.58 0.03 0.31 302.94 0.41 0.49
Hex B0 4A AB 0 3A 3 1F 12F 29 31
Octal 260 112 253 0 72 3 37 457 51 61
Binary 10110000 1001010 10101011 0 111010 11 11111 100101111 101001 110001

Color Harmonies of #B04AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AAB

Black with #B04AAB

Text Example


Text Example

White with #B04AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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