Html Css Color HEX #B537AF Fuchsia

📋 copy color: '#B537AF'

red 181 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #B537AF

Tints of Fuchsia #B537AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.38%

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

R = 44.04%
G = 13.38%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B537AF (or 0xB537AF) is known color: Fuchsia. HEX triplet: B5, 37 and AF. RGB value is (181,55,175). Sum of RGB (Red+Green+Blue) = 181+55+175=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B537AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537AF is #4AC850. Grayscale: #6A6A6A. Windows color (decimal): -4900945 or 11483061. OLE color: 11483061.

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

Color convert

RGB 181 55 175 -
CMYK 0 0.70 0.03 0.29
HSL 302.86º 0.53% 0.46% -
HSV(B) 302.86º 0.7% 0.71% -
XYZ 28.16 15.65 42.09 -
YUV 106.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 181 55 175 0 0.70 0.03 0.29 302.86 0.53 0.46
Hex B5 37 AF 0 46 3 1D 12F 35 2E
Octal 265 67 257 0 106 3 35 457 65 56
Binary 10110101 110111 10101111 0 1000110 11 11101 100101111 110101 101110

Color Harmonies of #B537AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537AF

Black with #B537AF

Text Example


Text Example

White with #B537AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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