Html Css Color HEX #B971C0 Fuchsia

📋 copy color: '#B971C0'

red 185 ◦ green 113 ◦ blue 192

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

Shades of Fuchsia #B971C0

Tints of Fuchsia #B971C0

RGB

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

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

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

R = 37.76%
G = 23.06%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B971C0 (or 0xB971C0) is known color: Fuchsia. HEX triplet: B9, 71 and C0. RGB value is (185,113,192). Sum of RGB (Red+Green+Blue) = 185+113+192=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #B971C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971C0 is #468E3F. Grayscale: #8F8F8F. Windows color (decimal): -4623936 or 12612025. OLE color: 12612025.

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

Color convert

RGB 185 113 192 -
CMYK 0.04 0.41 0 0.25
HSL 294.68º 0.39% 0.6% -
HSV(B) 294.68º 0.41% 0.75% -
XYZ 35.43 25.93 53.01 -
YUV 143.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 185 113 192 0.04 0.41 0 0.25 294.68 0.39 0.6
Hex B9 71 C0 4 29 0 19 127 27 3C
Octal 271 161 300 4 51 0 31 447 47 74
Binary 10111001 1110001 11000000 100 101001 0 11001 100100111 100111 111100

Color Harmonies of #B971C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971C0

Black with #B971C0

Text Example


Text Example

White with #B971C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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