Html Css Color HEX #B54DAF Fuchsia

📋 copy color: '#B54DAF'

red 181 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #B54DAF

Tints of Fuchsia #B54DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 41.8%
G = 17.78%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B54DAF (or 0xB54DAF) is known color: Fuchsia. HEX triplet: B5, 4D and AF. RGB value is (181,77,175). Sum of RGB (Red+Green+Blue) = 181+77+175=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DAF is #4AB250. Grayscale: #767676. Windows color (decimal): -4895313 or 11488693. OLE color: 11488693.

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

Color convert

RGB 181 77 175 -
CMYK 0 0.57 0.03 0.29
HSL 303.46º 0.41% 0.51% -
HSV(B) 303.46º 0.57% 0.71% -
XYZ 29.45 18.23 42.52 -
YUV 119.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 181 77 175 0 0.57 0.03 0.29 303.46 0.41 0.51
Hex B5 4D AF 0 39 3 1D 12F 29 33
Octal 265 115 257 0 71 3 35 457 51 63
Binary 10110101 1001101 10101111 0 111001 11 11101 100101111 101001 110011

Color Harmonies of #B54DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DAF

Black with #B54DAF

Text Example


Text Example

White with #B54DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DAF; }

 p { color: rgb(181,77,175); }

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

background-color css

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

 a { background-color: rgb(181,77,175); }

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

border-color css

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

 span { border-color: rgb(181,77,175); }

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