Html Css Color HEX #B541BA Fuchsia

📋 copy color: '#B541BA'

red 181 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #B541BA

Tints of Fuchsia #B541BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.05%

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

R = 41.9%
G = 15.05%
B = 43.06%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B541BA (or 0xB541BA) is known color: Fuchsia. HEX triplet: B5, 41 and BA. RGB value is (181,65,186). Sum of RGB (Red+Green+Blue) = 181+65+186=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541BA is #4ABE45. Grayscale: #717171. Windows color (decimal): -4898374 or 12206517. OLE color: 12206517.

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

Color convert

RGB 181 65 186 -
CMYK 0.03 0.65 0 0.27
HSL 297.52º 0.48% 0.49% -
HSV(B) 297.52º 0.65% 0.73% -
XYZ 29.81 17.15 48.19 -
YUV 113.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 181 65 186 0.03 0.65 0 0.27 297.52 0.48 0.49
Hex B5 41 BA 3 41 0 1B 12A 30 31
Octal 265 101 272 3 101 0 33 452 60 61
Binary 10110101 1000001 10111010 11 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B541BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541BA

Black with #B541BA

Text Example


Text Example

White with #B541BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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