Html Css Color HEX #B541B9 Fuchsia

📋 copy color: '#B541B9'

red 181 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #B541B9

Tints of Fuchsia #B541B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 42%
G = 15.08%
B = 42.92%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B541B9 (or 0xB541B9) is known color: Fuchsia. HEX triplet: B5, 41 and B9. RGB value is (181,65,185). Sum of RGB (Red+Green+Blue) = 181+65+185=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #B541B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541B9 is #4ABE46. Grayscale: #717171. Windows color (decimal): -4898375 or 12140981. OLE color: 12140981.

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

Color convert

RGB 181 65 185 -
CMYK 0.02 0.65 0 0.27
HSL 298º 0.48% 0.49% -
HSV(B) 298º 0.65% 0.73% -
XYZ 29.7 17.11 47.64 -
YUV 113.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 181 65 185 0.02 0.65 0 0.27 298 0.48 0.49
Hex B5 41 B9 2 41 0 1B 12A 30 31
Octal 265 101 271 2 101 0 33 452 60 61
Binary 10110101 1000001 10111001 10 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B541B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541B9

Black with #B541B9

Text Example


Text Example

White with #B541B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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