Html Css Color HEX #B539AF Fuchsia

📋 copy color: '#B539AF'

red 181 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #B539AF

Tints of Fuchsia #B539AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 43.83%
G = 13.8%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B539AF (or 0xB539AF) is known color: Fuchsia. HEX triplet: B5, 39 and AF. RGB value is (181,57,175). Sum of RGB (Red+Green+Blue) = 181+57+175=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B539AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539AF is #4AC650. Grayscale: #6B6B6B. Windows color (decimal): -4900433 or 11483573. OLE color: 11483573.

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

Color convert

RGB 181 57 175 -
CMYK 0 0.69 0.03 0.29
HSL 302.9º 0.52% 0.47% -
HSV(B) 302.9º 0.69% 0.71% -
XYZ 28.26 15.85 42.13 -
YUV 107.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 181 57 175 0 0.69 0.03 0.29 302.9 0.52 0.47
Hex B5 39 AF 0 45 3 1D 12F 34 2F
Octal 265 71 257 0 105 3 35 457 64 57
Binary 10110101 111001 10101111 0 1000101 11 11101 100101111 110100 101111

Color Harmonies of #B539AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539AF

Black with #B539AF

Text Example


Text Example

White with #B539AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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