Html Css Color HEX #B540AF Fuchsia

📋 copy color: '#B540AF'

red 181 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B540AF

Tints of Fuchsia #B540AF

RGB

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

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

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

R = 43.1%
G = 15.24%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B540AF (or 0xB540AF) is known color: Fuchsia. HEX triplet: B5, 40 and AF. RGB value is (181,64,175). Sum of RGB (Red+Green+Blue) = 181+64+175=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B540AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540AF is #4ABF50. Grayscale: #6F6F6F. Windows color (decimal): -4898641 or 11485365. OLE color: 11485365.

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

Color convert

RGB 181 64 175 -
CMYK 0 0.65 0.03 0.29
HSL 303.08º 0.48% 0.48% -
HSV(B) 303.08º 0.65% 0.71% -
XYZ 28.63 16.59 42.25 -
YUV 111.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 181 64 175 0 0.65 0.03 0.29 303.08 0.48 0.48
Hex B5 40 AF 0 41 3 1D 12F 30 30
Octal 265 100 257 0 101 3 35 457 60 60
Binary 10110101 1000000 10101111 0 1000001 11 11101 100101111 110000 110000

Color Harmonies of #B540AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540AF

Black with #B540AF

Text Example


Text Example

White with #B540AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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