Html Css Color HEX #B539B1 Fuchsia

📋 copy color: '#B539B1'

red 181 ◦ green 57 ◦ blue 177

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

Shades of Fuchsia #B539B1

Tints of Fuchsia #B539B1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.73%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 43.61%
G = 13.73%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B539B1 (or 0xB539B1) is known color: Fuchsia. HEX triplet: B5, 39 and B1. RGB value is (181,57,177). Sum of RGB (Red+Green+Blue) = 181+57+177=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B539B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539B1 is #4AC64E. Grayscale: #6B6B6B. Windows color (decimal): -4900431 or 11614645. OLE color: 11614645.

HSL color Cylindrical-coordinate representation of color #B539B1: hue angle of 301.94º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B539B1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 177 -
CMYK 0 0.69 0.02 0.29
HSL 301.94º 0.52% 0.47% -
HSV(B) 301.94º 0.69% 0.71% -
XYZ 28.45 15.92 43.17 -
YUV 107.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 181 57 177 0 0.69 0.02 0.29 301.94 0.52 0.47
Hex B5 39 B1 0 45 2 1D 12E 34 2F
Octal 265 71 261 0 105 2 35 456 64 57
Binary 10110101 111001 10110001 0 1000101 10 11101 100101110 110100 101111

Color Harmonies of #B539B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539B1

Black with #B539B1

Text Example


Text Example

White with #B539B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539B1; }

 p { color: rgb(181,57,177); }

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

background-color css

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

 a { background-color: rgb(181,57,177); }

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

border-color css

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

 span { border-color: rgb(181,57,177); }

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