Html Css Color HEX #B371BE Fuchsia

📋 copy color: '#B371BE'

red 179 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #B371BE

Tints of Fuchsia #B371BE

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

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

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

R = 37.14%
G = 23.44%
B = 39.42%

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

#B371BE (or 0xB371BE) is known color: Fuchsia. HEX triplet: B3, 71 and BE. RGB value is (179,113,190). Sum of RGB (Red+Green+Blue) = 179+113+190=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #B371BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BE is #4C8E41. Grayscale: #8D8D8D. Windows color (decimal): -5017154 or 12480947. OLE color: 12480947.

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

Color convert

RGB 179 113 190 -
CMYK 0.06 0.41 0 0.25
HSL 291.43º 0.37% 0.59% -
HSV(B) 291.43º 0.41% 0.75% -
XYZ 33.79 25.11 51.78 -
YUV 141.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 179 113 190 0.06 0.41 0 0.25 291.43 0.37 0.59
Hex B3 71 BE 6 29 0 19 123 25 3B
Octal 263 161 276 6 51 0 31 443 45 73
Binary 10110011 1110001 10111110 110 101001 0 11001 100100011 100101 111011

Color Harmonies of #B371BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371BE

Black with #B371BE

Text Example


Text Example

White with #B371BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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