Html Css Color HEX #B976BB Fuchsia

📋 copy color: '#B976BB'

red 185 ◦ green 118 ◦ blue 187

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

Shades of Fuchsia #B976BB

Tints of Fuchsia #B976BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.08%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 37.76%
G = 24.08%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B976BB (or 0xB976BB) is known color: Fuchsia. HEX triplet: B9, 76 and BB. RGB value is (185,118,187). Sum of RGB (Red+Green+Blue) = 185+118+187=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B976BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BB is #468944. Grayscale: #919191. Windows color (decimal): -4622661 or 12285625. OLE color: 12285625.

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

Color convert

RGB 185 118 187 -
CMYK 0.01 0.37 0 0.27
HSL 298.26º 0.34% 0.6% -
HSV(B) 298.26º 0.37% 0.73% -
XYZ 35.46 26.86 50.33 -
YUV 145.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 185 118 187 0.01 0.37 0 0.27 298.26 0.34 0.6
Hex B9 76 BB 1 25 0 1B 12A 22 3C
Octal 271 166 273 1 45 0 33 452 42 74
Binary 10111001 1110110 10111011 1 100101 0 11011 100101010 100010 111100

Color Harmonies of #B976BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976BB

Black with #B976BB

Text Example


Text Example

White with #B976BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976BB; }

 p { color: rgb(185,118,187); }

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

background-color css

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

 a { background-color: rgb(185,118,187); }

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

border-color css

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

 span { border-color: rgb(185,118,187); }

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