Html Css Color HEX #B437AF Fuchsia

📋 copy color: '#B437AF'

red 180 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #B437AF

Tints of Fuchsia #B437AF

RGB

 RED value IS 180 (70.7% from 255) = 43.9%

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

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

R = 43.9%
G = 13.41%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B437AF (or 0xB437AF) is known color: Fuchsia. HEX triplet: B4, 37 and AF. RGB value is (180,55,175). Sum of RGB (Red+Green+Blue) = 180+55+175=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B437AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B437AF is #4BC850. Grayscale: #696969. Windows color (decimal): -4966481 or 11483060. OLE color: 11483060.

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

Color convert

RGB 180 55 175 -
CMYK 0 0.69 0.03 0.29
HSL 302.4º 0.53% 0.46% -
HSV(B) 302.4º 0.69% 0.71% -
XYZ 27.93 15.53 42.08 -
YUV 106.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 180 55 175 0 0.69 0.03 0.29 302.4 0.53 0.46
Hex B4 37 AF 0 45 3 1D 12E 35 2E
Octal 264 67 257 0 105 3 35 456 65 56
Binary 10110100 110111 10101111 0 1000101 11 11101 100101110 110101 101110

Color Harmonies of #B437AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437AF

Black with #B437AF

Text Example


Text Example

White with #B437AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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