Html Css Color HEX #B471BA Fuchsia

📋 copy color: '#B471BA'

red 180 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #B471BA

Tints of Fuchsia #B471BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 37.58%
G = 23.59%
B = 38.83%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B471BA (or 0xB471BA) is known color: Fuchsia. HEX triplet: B4, 71 and BA. RGB value is (180,113,186). Sum of RGB (Red+Green+Blue) = 180+113+186=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B471BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471BA is #4B8E45. Grayscale: #8D8D8D. Windows color (decimal): -4951622 or 12218804. OLE color: 12218804.

HSL color Cylindrical-coordinate representation of color #B471BA: hue angle of 295.07º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B471BA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 113 186 -
CMYK 0.03 0.39 0 0.27
HSL 295.07º 0.35% 0.59% -
HSV(B) 295.07º 0.39% 0.73% -
XYZ 33.59 25.06 49.52 -
YUV 141.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 180 113 186 0.03 0.39 0 0.27 295.07 0.35 0.59
Hex B4 71 BA 3 27 0 1B 127 23 3B
Octal 264 161 272 3 47 0 33 447 43 73
Binary 10110100 1110001 10111010 11 100111 0 11011 100100111 100011 111011

Color Harmonies of #B471BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471BA

Black with #B471BA

Text Example


Text Example

White with #B471BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471BA; }

 p { color: rgb(180,113,186); }

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

background-color css

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

 a { background-color: rgb(180,113,186); }

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

border-color css

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

 span { border-color: rgb(180,113,186); }

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