Html Css Color HEX #B471B7 Fuchsia

📋 copy color: '#B471B7'

red 180 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #B471B7

Tints of Fuchsia #B471B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.45%

R = 37.82%
G = 23.74%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B471B7 (or 0xB471B7) is known color: Fuchsia. HEX triplet: B4, 71 and B7. RGB value is (180,113,183). Sum of RGB (Red+Green+Blue) = 180+113+183=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #B471B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471B7 is #4B8E48. Grayscale: #8C8C8C. Windows color (decimal): -4951625 or 12022196. OLE color: 12022196.

HSL color Cylindrical-coordinate representation of color #B471B7: hue angle of 297.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B471B7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 113 183 -
CMYK 0.02 0.38 0 0.28
HSL 297.43º 0.33% 0.58% -
HSV(B) 297.43º 0.38% 0.72% -
XYZ 33.27 24.93 47.86 -
YUV 141.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 180 113 183 0.02 0.38 0 0.28 297.43 0.33 0.58
Hex B4 71 B7 2 26 0 1C 129 21 3A
Octal 264 161 267 2 46 0 34 451 41 72
Binary 10110100 1110001 10110111 10 100110 0 11100 100101001 100001 111010

Color Harmonies of #B471B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471B7

Black with #B471B7

Text Example


Text Example

White with #B471B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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