Html Css Color HEX #B539B2 Fuchsia

📋 copy color: '#B539B2'

red 181 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #B539B2

Tints of Fuchsia #B539B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 43.51%
G = 13.7%
B = 42.79%

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

#B539B2 (or 0xB539B2) is known color: Fuchsia. HEX triplet: B5, 39 and B2. RGB value is (181,57,178). Sum of RGB (Red+Green+Blue) = 181+57+178=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B539B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539B2 is #4AC64D. Grayscale: #6B6B6B. Windows color (decimal): -4900430 or 11680181. OLE color: 11680181.

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

Color convert

RGB 181 57 178 -
CMYK 0 0.69 0.02 0.29
HSL 301.45º 0.52% 0.47% -
HSV(B) 301.45º 0.69% 0.71% -
XYZ 28.56 15.96 43.7 -
YUV 107.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 181 57 178 0 0.69 0.02 0.29 301.45 0.52 0.47
Hex B5 39 B2 0 45 2 1D 12D 34 2F
Octal 265 71 262 0 105 2 35 455 64 57
Binary 10110101 111001 10110010 0 1000101 10 11101 100101101 110100 101111

Color Harmonies of #B539B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539B2

Black with #B539B2

Text Example


Text Example

White with #B539B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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