Html Css Color HEX #B540A8 Fuchsia

📋 copy color: '#B540A8'

red 181 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B540A8

Tints of Fuchsia #B540A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.5%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 43.83%
G = 15.5%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B540A8 (or 0xB540A8) is known color: Fuchsia. HEX triplet: B5, 40 and A8. RGB value is (181,64,168). Sum of RGB (Red+Green+Blue) = 181+64+168=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B540A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540A8 is #4ABF57. Grayscale: #6E6E6E. Windows color (decimal): -4898648 or 11026613. OLE color: 11026613.

HSL color Cylindrical-coordinate representation of color #B540A8: hue angle of 306.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B540A8 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 168 -
CMYK 0 0.65 0.07 0.29
HSL 306.67º 0.48% 0.48% -
HSV(B) 306.67º 0.65% 0.71% -
XYZ 27.96 16.32 38.72 -
YUV 110.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 181 64 168 0 0.65 0.07 0.29 306.67 0.48 0.48
Hex B5 40 A8 0 41 7 1D 133 30 30
Octal 265 100 250 0 101 7 35 463 60 60
Binary 10110101 1000000 10101000 0 1000001 111 11101 100110011 110000 110000

Color Harmonies of #B540A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540A8

Black with #B540A8

Text Example


Text Example

White with #B540A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540A8; }

 p { color: rgb(181,64,168); }

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

background-color css

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

 a { background-color: rgb(181,64,168); }

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

border-color css

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

 span { border-color: rgb(181,64,168); }

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