Html Css Color HEX #B541C0 Fuchsia

📋 copy color: '#B541C0'

red 181 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #B541C0

Tints of Fuchsia #B541C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 41.32%
G = 14.84%
B = 43.84%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B541C0 (or 0xB541C0) is known color: Fuchsia. HEX triplet: B5, 41 and C0. RGB value is (181,65,192). Sum of RGB (Red+Green+Blue) = 181+65+192=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #B541C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541C0 is #4ABE3F. Grayscale: #717171. Windows color (decimal): -4898368 or 12599733. OLE color: 12599733.

HSL color Cylindrical-coordinate representation of color #B541C0: hue angle of 294.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B541C0 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 65 192 -
CMYK 0.06 0.66 0 0.25
HSL 294.8º 0.5% 0.5% -
HSV(B) 294.8º 0.66% 0.75% -
XYZ 30.46 17.41 51.62 -
YUV 114.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 181 65 192 0.06 0.66 0 0.25 294.8 0.5 0.5
Hex B5 41 C0 6 42 0 19 127 32 32
Octal 265 101 300 6 102 0 31 447 62 62
Binary 10110101 1000001 11000000 110 1000010 0 11001 100100111 110010 110010

Color Harmonies of #B541C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541C0

Black with #B541C0

Text Example


Text Example

White with #B541C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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