Html Css Color HEX #B04BAE Fuchsia

📋 copy color: '#B04BAE'

red 176 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #B04BAE

Tints of Fuchsia #B04BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.65%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 41.41%
G = 17.65%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B04BAE (or 0xB04BAE) is known color: Fuchsia. HEX triplet: B0, 4B and AE. RGB value is (176,75,174). Sum of RGB (Red+Green+Blue) = 176+75+174=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B04BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04BAE is #4FB451. Grayscale: #747474. Windows color (decimal): -5223506 or 11422640. OLE color: 11422640.

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

Color convert

RGB 176 75 174 -
CMYK 0 0.57 0.01 0.31
HSL 301.19º 0.4% 0.49% -
HSV(B) 301.19º 0.57% 0.69% -
XYZ 28.06 17.32 41.91 -
YUV 116.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 176 75 174 0 0.57 0.01 0.31 301.19 0.4 0.49
Hex B0 4B AE 0 39 1 1F 12D 28 31
Octal 260 113 256 0 71 1 37 455 50 61
Binary 10110000 1001011 10101110 0 111001 1 11111 100101101 101000 110001

Color Harmonies of #B04BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BAE

Black with #B04BAE

Text Example


Text Example

White with #B04BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BAE; }

 p { color: rgb(176,75,174); }

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

background-color css

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

 a { background-color: rgb(176,75,174); }

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

border-color css

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

 span { border-color: rgb(176,75,174); }

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