Html Css Color HEX #B54BAE Fuchsia

📋 copy color: '#B54BAE'

red 181 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #B54BAE

Tints of Fuchsia #B54BAE

RGB

 RED value IS 181 (71.09% from 255) = 42.09%

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

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

R = 42.09%
G = 17.44%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B54BAE (or 0xB54BAE) is known color: Fuchsia. HEX triplet: B5, 4B and AE. RGB value is (181,75,174). Sum of RGB (Red+Green+Blue) = 181+75+174=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BAE is #4AB451. Grayscale: #757575. Windows color (decimal): -4895826 or 11422645. OLE color: 11422645.

HSL color Cylindrical-coordinate representation of color #B54BAE: hue angle of 303.96º 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 #B54BAE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 75 174 -
CMYK 0 0.59 0.04 0.29
HSL 303.96º 0.42% 0.5% -
HSV(B) 303.96º 0.59% 0.71% -
XYZ 29.21 17.91 41.96 -
YUV 117.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 181 75 174 0 0.59 0.04 0.29 303.96 0.42 0.5
Hex B5 4B AE 0 3B 4 1D 130 2A 32
Octal 265 113 256 0 73 4 35 460 52 62
Binary 10110101 1001011 10101110 0 111011 100 11101 100110000 101010 110010

Color Harmonies of #B54BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BAE

Black with #B54BAE

Text Example


Text Example

White with #B54BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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