Html Css Color HEX #B529AF Fuchsia

📋 copy color: '#B529AF'

red 181 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B529AF

Tints of Fuchsia #B529AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 45.59%
G = 10.33%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B529AF (or 0xB529AF) is known color: Fuchsia. HEX triplet: B5, 29 and AF. RGB value is (181,41,175). Sum of RGB (Red+Green+Blue) = 181+41+175=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B529AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529AF is #4AD650. Grayscale: #616161. Windows color (decimal): -4904529 or 11479477. OLE color: 11479477.

HSL color Cylindrical-coordinate representation of color #B529AF: hue angle of 302.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B529AF is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 175 -
CMYK 0 0.77 0.03 0.29
HSL 302.57º 0.63% 0.44% -
HSV(B) 302.57º 0.77% 0.71% -
XYZ 27.59 14.5 41.9 -
YUV 98.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 181 41 175 0 0.77 0.03 0.29 302.57 0.63 0.44
Hex B5 29 AF 0 4D 3 1D 12F 3F 2C
Octal 265 51 257 0 115 3 35 457 77 54
Binary 10110101 101001 10101111 0 1001101 11 11101 100101111 111111 101100

Color Harmonies of #B529AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529AF

Black with #B529AF

Text Example


Text Example

White with #B529AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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