Html Css Color HEX #B971BF Fuchsia

📋 copy color: '#B971BF'

red 185 ◦ green 113 ◦ blue 191

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

Shades of Fuchsia #B971BF

Tints of Fuchsia #B971BF

RGB

 RED value IS 185 (72.66% from 255) = 37.83%

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 37.83%
G = 23.11%
B = 39.06%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B971BF (or 0xB971BF) is known color: Fuchsia. HEX triplet: B9, 71 and BF. RGB value is (185,113,191). Sum of RGB (Red+Green+Blue) = 185+113+191=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #B971BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971BF is #468E40. Grayscale: #8F8F8F. Windows color (decimal): -4623937 or 12546489. OLE color: 12546489.

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

Color convert

RGB 185 113 191 -
CMYK 0.03 0.41 0 0.25
HSL 295.38º 0.38% 0.6% -
HSV(B) 295.38º 0.41% 0.75% -
XYZ 35.32 25.89 52.43 -
YUV 143.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 185 113 191 0.03 0.41 0 0.25 295.38 0.38 0.6
Hex B9 71 BF 3 29 0 19 127 26 3C
Octal 271 161 277 3 51 0 31 447 46 74
Binary 10111001 1110001 10111111 11 101001 0 11001 100100111 100110 111100

Color Harmonies of #B971BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971BF

Black with #B971BF

Text Example


Text Example

White with #B971BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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