Html Css Color HEX #B971BC Fuchsia

📋 copy color: '#B971BC'

red 185 ◦ green 113 ◦ blue 188

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

Shades of Fuchsia #B971BC

Tints of Fuchsia #B971BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 38.07%
G = 23.25%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B971BC (or 0xB971BC) is known color: Fuchsia. HEX triplet: B9, 71 and BC. RGB value is (185,113,188). Sum of RGB (Red+Green+Blue) = 185+113+188=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B971BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971BC is #468E43. Grayscale: #8E8E8E. Windows color (decimal): -4623940 or 12349881. OLE color: 12349881.

HSL color Cylindrical-coordinate representation of color #B971BC: hue angle of 297.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B971BC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 113 188 -
CMYK 0.02 0.40 0 0.26
HSL 297.6º 0.36% 0.59% -
HSV(B) 297.6º 0.4% 0.74% -
XYZ 34.99 25.76 50.7 -
YUV 143.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 185 113 188 0.02 0.40 0 0.26 297.6 0.36 0.59
Hex B9 71 BC 2 28 0 1A 12A 24 3B
Octal 271 161 274 2 50 0 32 452 44 73
Binary 10111001 1110001 10111100 10 101000 0 11010 100101010 100100 111011

Color Harmonies of #B971BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971BC

Black with #B971BC

Text Example


Text Example

White with #B971BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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