Html Css Color HEX #B540BA Fuchsia

📋 copy color: '#B540BA'

red 181 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B540BA

Tints of Fuchsia #B540BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 42%
G = 14.85%
B = 43.16%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B540BA (or 0xB540BA) is known color: Fuchsia. HEX triplet: B5, 40 and BA. RGB value is (181,64,186). Sum of RGB (Red+Green+Blue) = 181+64+186=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B540BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540BA is #4ABF45. Grayscale: #707070. Windows color (decimal): -4898630 or 12206261. OLE color: 12206261.

HSL color Cylindrical-coordinate representation of color #B540BA: hue angle of 297.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B540BA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 64 186 -
CMYK 0.03 0.66 0 0.27
HSL 297.54º 0.49% 0.49% -
HSV(B) 297.54º 0.66% 0.73% -
XYZ 29.75 17.04 48.17 -
YUV 112.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 181 64 186 0.03 0.66 0 0.27 297.54 0.49 0.49
Hex B5 40 BA 3 42 0 1B 12A 31 31
Octal 265 100 272 3 102 0 33 452 61 61
Binary 10110101 1000000 10111010 11 1000010 0 11011 100101010 110001 110001

Color Harmonies of #B540BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540BA

Black with #B540BA

Text Example


Text Example

White with #B540BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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