Html Css Color HEX #B371B9 Fuchsia

📋 copy color: '#B371B9'

red 179 ◦ green 113 ◦ blue 185

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

Shades of Fuchsia #B371B9

Tints of Fuchsia #B371B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 37.53%
G = 23.69%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B371B9 (or 0xB371B9) is known color: Fuchsia. HEX triplet: B3, 71 and B9. RGB value is (179,113,185). Sum of RGB (Red+Green+Blue) = 179+113+185=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #B371B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371B9 is #4C8E46. Grayscale: #8C8C8C. Windows color (decimal): -5017159 or 12153267. OLE color: 12153267.

HSL color Cylindrical-coordinate representation of color #B371B9: hue angle of 295º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B371B9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 113 185 -
CMYK 0.03 0.39 0 0.27
HSL 295º 0.34% 0.58% -
HSV(B) 295º 0.39% 0.73% -
XYZ 33.25 24.9 48.95 -
YUV 140.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 179 113 185 0.03 0.39 0 0.27 295 0.34 0.58
Hex B3 71 B9 3 27 0 1B 127 22 3A
Octal 263 161 271 3 47 0 33 447 42 72
Binary 10110011 1110001 10111001 11 100111 0 11011 100100111 100010 111010

Color Harmonies of #B371B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371B9

Black with #B371B9

Text Example


Text Example

White with #B371B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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