Html Css Color HEX #B525AF Fuchsia

📋 copy color: '#B525AF'

red 181 ◦ green 37 ◦ blue 175

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

Shades of Fuchsia #B525AF

Tints of Fuchsia #B525AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 46.06%
G = 9.41%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B525AF (or 0xB525AF) is known color: Fuchsia. HEX triplet: B5, 25 and AF. RGB value is (181,37,175). Sum of RGB (Red+Green+Blue) = 181+37+175=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B525AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525AF is #4ADA50. Grayscale: #5F5F5F. Windows color (decimal): -4905553 or 11478453. OLE color: 11478453.

HSL color Cylindrical-coordinate representation of color #B525AF: hue angle of 302.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525AF is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 175 -
CMYK 0 0.80 0.03 0.29
HSL 302.5º 0.66% 0.43% -
HSV(B) 302.5º 0.8% 0.71% -
XYZ 27.46 14.24 41.86 -
YUV 95.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 181 37 175 0 0.80 0.03 0.29 302.5 0.66 0.43
Hex B5 25 AF 0 50 3 1D 12E 42 2B
Octal 265 45 257 0 120 3 35 456 102 53
Binary 10110101 100101 10101111 0 1010000 11 11101 100101110 1000010 101011

Color Harmonies of #B525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525AF

Black with #B525AF

Text Example


Text Example

White with #B525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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