Html Css Color HEX #B539AA Fuchsia

📋 copy color: '#B539AA'

red 181 ◦ green 57 ◦ blue 170

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

Shades of Fuchsia #B539AA

Tints of Fuchsia #B539AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 44.36%
G = 13.97%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B539AA (or 0xB539AA) is known color: Fuchsia. HEX triplet: B5, 39 and AA. RGB value is (181,57,170). Sum of RGB (Red+Green+Blue) = 181+57+170=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B539AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539AA is #4AC655. Grayscale: #6A6A6A. Windows color (decimal): -4900438 or 11155893. OLE color: 11155893.

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

Color convert

RGB 181 57 170 -
CMYK 0 0.69 0.06 0.29
HSL 305.32º 0.52% 0.47% -
HSV(B) 305.32º 0.69% 0.71% -
XYZ 27.77 15.65 39.59 -
YUV 106.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 181 57 170 0 0.69 0.06 0.29 305.32 0.52 0.47
Hex B5 39 AA 0 45 6 1D 131 34 2F
Octal 265 71 252 0 105 6 35 461 64 57
Binary 10110101 111001 10101010 0 1000101 110 11101 100110001 110100 101111

Color Harmonies of #B539AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539AA

Black with #B539AA

Text Example


Text Example

White with #B539AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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