Html Css Color HEX #B04AB5 Fuchsia

📋 copy color: '#B04AB5'

red 176 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #B04AB5

Tints of Fuchsia #B04AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42%

R = 40.84%
G = 17.17%
B = 42%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B04AB5 (or 0xB04AB5) is known color: Fuchsia. HEX triplet: B0, 4A and B5. RGB value is (176,74,181). Sum of RGB (Red+Green+Blue) = 176+74+181=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #B04AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AB5 is #4FB54A. Grayscale: #747474. Windows color (decimal): -5223755 or 11881136. OLE color: 11881136.

HSL color Cylindrical-coordinate representation of color #B04AB5: hue angle of 297.2º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04AB5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 74 181 -
CMYK 0.03 0.59 0 0.29
HSL 297.2º 0.42% 0.5% -
HSV(B) 297.2º 0.59% 0.71% -
XYZ 28.69 17.46 45.57 -
YUV 116.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 176 74 181 0.03 0.59 0 0.29 297.2 0.42 0.5
Hex B0 4A B5 3 3B 0 1D 129 2A 32
Octal 260 112 265 3 73 0 35 451 52 62
Binary 10110000 1001010 10110101 11 111011 0 11101 100101001 101010 110010

Color Harmonies of #B04AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AB5

Black with #B04AB5

Text Example


Text Example

White with #B04AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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