Html Css Color HEX #B471BE Fuchsia

📋 copy color: '#B471BE'

red 180 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #B471BE

Tints of Fuchsia #B471BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 37.27%
G = 23.4%
B = 39.34%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B471BE (or 0xB471BE) is known color: Fuchsia. HEX triplet: B4, 71 and BE. RGB value is (180,113,190). Sum of RGB (Red+Green+Blue) = 180+113+190=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B471BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471BE is #4B8E41. Grayscale: #8D8D8D. Windows color (decimal): -4951618 or 12480948. OLE color: 12480948.

HSL color Cylindrical-coordinate representation of color #B471BE: hue angle of 292.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B471BE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 113 190 -
CMYK 0.05 0.41 0 0.25
HSL 292.21º 0.37% 0.59% -
HSV(B) 292.21º 0.41% 0.75% -
XYZ 34.02 25.23 51.79 -
YUV 141.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 180 113 190 0.05 0.41 0 0.25 292.21 0.37 0.59
Hex B4 71 BE 5 29 0 19 124 25 3B
Octal 264 161 276 5 51 0 31 444 45 73
Binary 10110100 1110001 10111110 101 101001 0 11001 100100100 100101 111011

Color Harmonies of #B471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471BE

Black with #B471BE

Text Example


Text Example

White with #B471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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