Html Css Color HEX #B541BC Fuchsia

📋 copy color: '#B541BC'

red 181 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #B541BC

Tints of Fuchsia #B541BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 41.71%
G = 14.98%
B = 43.32%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B541BC (or 0xB541BC) is known color: Fuchsia. HEX triplet: B5, 41 and BC. RGB value is (181,65,188). Sum of RGB (Red+Green+Blue) = 181+65+188=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B541BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541BC is #4ABE43. Grayscale: #717171. Windows color (decimal): -4898372 or 12337589. OLE color: 12337589.

HSL color Cylindrical-coordinate representation of color #B541BC: hue angle of 296.59º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B541BC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 65 188 -
CMYK 0.04 0.65 0 0.26
HSL 296.59º 0.49% 0.5% -
HSV(B) 296.59º 0.65% 0.74% -
XYZ 30.02 17.24 49.32 -
YUV 113.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 181 65 188 0.04 0.65 0 0.26 296.59 0.49 0.5
Hex B5 41 BC 4 41 0 1A 129 31 32
Octal 265 101 274 4 101 0 32 451 61 62
Binary 10110101 1000001 10111100 100 1000001 0 11010 100101001 110001 110010

Color Harmonies of #B541BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541BC

Black with #B541BC

Text Example


Text Example

White with #B541BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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