Html Css Color HEX #B471C0 Fuchsia

📋 copy color: '#B471C0'

red 180 ◦ green 113 ◦ blue 192

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

Shades of Fuchsia #B471C0

Tints of Fuchsia #B471C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 37.11%
G = 23.3%
B = 39.59%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B471C0 (or 0xB471C0) is known color: Fuchsia. HEX triplet: B4, 71 and C0. RGB value is (180,113,192). Sum of RGB (Red+Green+Blue) = 180+113+192=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #B471C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471C0 is #4B8E3F. Grayscale: #8D8D8D. Windows color (decimal): -4951616 or 12612020. OLE color: 12612020.

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

Color convert

RGB 180 113 192 -
CMYK 0.06 0.41 0 0.25
HSL 290.89º 0.39% 0.6% -
HSV(B) 290.89º 0.41% 0.75% -
XYZ 34.24 25.32 52.95 -
YUV 142.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 180 113 192 0.06 0.41 0 0.25 290.89 0.39 0.6
Hex B4 71 C0 6 29 0 19 123 27 3C
Octal 264 161 300 6 51 0 31 443 47 74
Binary 10110100 1110001 11000000 110 101001 0 11001 100100011 100111 111100

Color Harmonies of #B471C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471C0

Black with #B471C0

Text Example


Text Example

White with #B471C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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