Html Css Color HEX #B534AB Fuchsia

📋 copy color: '#B534AB'

red 181 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #B534AB

Tints of Fuchsia #B534AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 44.8%
G = 12.87%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B534AB (or 0xB534AB) is known color: Fuchsia. HEX triplet: B5, 34 and AB. RGB value is (181,52,171). Sum of RGB (Red+Green+Blue) = 181+52+171=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B534AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534AB is #4ACB54. Grayscale: #676767. Windows color (decimal): -4901717 or 11220149. OLE color: 11220149.

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

Color convert

RGB 181 52 171 -
CMYK 0 0.71 0.06 0.29
HSL 304.65º 0.55% 0.46% -
HSV(B) 304.65º 0.71% 0.71% -
XYZ 27.63 15.22 40.01 -
YUV 104.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 181 52 171 0 0.71 0.06 0.29 304.65 0.55 0.46
Hex B5 34 AB 0 47 6 1D 131 37 2E
Octal 265 64 253 0 107 6 35 461 67 56
Binary 10110101 110100 10101011 0 1000111 110 11101 100110001 110111 101110

Color Harmonies of #B534AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534AB

Black with #B534AB

Text Example


Text Example

White with #B534AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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