Html Css Color HEX #B539A7 Fuchsia

📋 copy color: '#B539A7'

red 181 ◦ green 57 ◦ blue 167

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

Shades of Fuchsia #B539A7

Tints of Fuchsia #B539A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 44.69%
G = 14.07%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B539A7 (or 0xB539A7) is known color: Fuchsia. HEX triplet: B5, 39 and A7. RGB value is (181,57,167). Sum of RGB (Red+Green+Blue) = 181+57+167=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A7 is #4AC658. Grayscale: #6A6A6A. Windows color (decimal): -4900441 or 10959285. OLE color: 10959285.

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

Color convert

RGB 181 57 167 -
CMYK 0 0.69 0.08 0.29
HSL 306.77º 0.52% 0.47% -
HSV(B) 306.77º 0.69% 0.71% -
XYZ 27.49 15.54 38.11 -
YUV 106.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 181 57 167 0 0.69 0.08 0.29 306.77 0.52 0.47
Hex B5 39 A7 0 45 8 1D 133 34 2F
Octal 265 71 247 0 105 10 35 463 64 57
Binary 10110101 111001 10100111 0 1000101 1000 11101 100110011 110100 101111

Color Harmonies of #B539A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539A7

Black with #B539A7

Text Example


Text Example

White with #B539A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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