Html Css Color HEX #B534A9 Fuchsia

📋 copy color: '#B534A9'

red 181 ◦ green 52 ◦ blue 169

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

Shades of Fuchsia #B534A9

Tints of Fuchsia #B534A9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 45.02%
G = 12.94%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B534A9 (or 0xB534A9) is known color: Fuchsia. HEX triplet: B5, 34 and A9. RGB value is (181,52,169). Sum of RGB (Red+Green+Blue) = 181+52+169=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A9 is #4ACB56. Grayscale: #676767. Windows color (decimal): -4901719 or 11089077. OLE color: 11089077.

HSL color Cylindrical-coordinate representation of color #B534A9: hue angle of 305.58º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534A9 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 169 -
CMYK 0 0.71 0.07 0.29
HSL 305.58º 0.55% 0.46% -
HSV(B) 305.58º 0.71% 0.71% -
XYZ 27.45 15.14 39.01 -
YUV 103.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 181 52 169 0 0.71 0.07 0.29 305.58 0.55 0.46
Hex B5 34 A9 0 47 7 1D 132 37 2E
Octal 265 64 251 0 107 7 35 462 67 56
Binary 10110101 110100 10101001 0 1000111 111 11101 100110010 110111 101110

Color Harmonies of #B534A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534A9

Black with #B534A9

Text Example


Text Example

White with #B534A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534A9; }

 p { color: rgb(181,52,169); }

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

background-color css

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

 a { background-color: rgb(181,52,169); }

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

border-color css

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

 span { border-color: rgb(181,52,169); }

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