Html Css Color HEX #B971B7 Fuchsia

📋 copy color: '#B971B7'

red 185 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #B971B7

Tints of Fuchsia #B971B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.05%

R = 38.46%
G = 23.49%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B971B7 (or 0xB971B7) is known color: Fuchsia. HEX triplet: B9, 71 and B7. RGB value is (185,113,183). Sum of RGB (Red+Green+Blue) = 185+113+183=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B971B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971B7 is #468E48. Grayscale: #8E8E8E. Windows color (decimal): -4623945 or 12022201. OLE color: 12022201.

HSL color Cylindrical-coordinate representation of color #B971B7: hue angle of 301.67º 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 #B971B7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 183 -
CMYK 0 0.39 0.01 0.27
HSL 301.67º 0.34% 0.58% -
HSV(B) 301.67º 0.39% 0.73% -
XYZ 34.46 25.54 47.91 -
YUV 142.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 185 113 183 0 0.39 0.01 0.27 301.67 0.34 0.58
Hex B9 71 B7 0 27 1 1B 12E 22 3A
Octal 271 161 267 0 47 1 33 456 42 72
Binary 10111001 1110001 10110111 0 100111 1 11011 100101110 100010 111010

Color Harmonies of #B971B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971B7

Black with #B971B7

Text Example


Text Example

White with #B971B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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