Html Css Color HEX #B571C0 Fuchsia

📋 copy color: '#B571C0'

red 181 ◦ green 113 ◦ blue 192

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

Shades of Fuchsia #B571C0

Tints of Fuchsia #B571C0

RGB

 RED value IS 181 (71.09% from 255) = 37.24%

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

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

R = 37.24%
G = 23.25%
B = 39.51%

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

#B571C0 (or 0xB571C0) is known color: Fuchsia. HEX triplet: B5, 71 and C0. RGB value is (181,113,192). Sum of RGB (Red+Green+Blue) = 181+113+192=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #B571C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571C0 is #4A8E3F. Grayscale: #8E8E8E. Windows color (decimal): -4886080 or 12612021. OLE color: 12612021.

HSL color Cylindrical-coordinate representation of color #B571C0: hue angle of 291.65º 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 #B571C0 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 113 192 -
CMYK 0.06 0.41 0 0.25
HSL 291.65º 0.39% 0.6% -
HSV(B) 291.65º 0.41% 0.75% -
XYZ 34.48 25.44 52.96 -
YUV 142.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 181 113 192 0.06 0.41 0 0.25 291.65 0.39 0.6
Hex B5 71 C0 6 29 0 19 124 27 3C
Octal 265 161 300 6 51 0 31 444 47 74
Binary 10110101 1110001 11000000 110 101001 0 11001 100100100 100111 111100

Color Harmonies of #B571C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571C0

Black with #B571C0

Text Example


Text Example

White with #B571C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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