Html Css Color HEX #B977BD Fuchsia

📋 copy color: '#B977BD'

red 185 ◦ green 119 ◦ blue 189

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

Shades of Fuchsia #B977BD

Tints of Fuchsia #B977BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.14%

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 37.53%
G = 24.14%
B = 38.34%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B977BD (or 0xB977BD) is known color: Fuchsia. HEX triplet: B9, 77 and BD. RGB value is (185,119,189). Sum of RGB (Red+Green+Blue) = 185+119+189=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #B977BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977BD is #468842. Grayscale: #929292. Windows color (decimal): -4622403 or 12416953. OLE color: 12416953.

HSL color Cylindrical-coordinate representation of color #B977BD: hue angle of 296.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B977BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 119 189 -
CMYK 0.02 0.37 0 0.26
HSL 296.57º 0.35% 0.6% -
HSV(B) 296.57º 0.37% 0.74% -
XYZ 35.79 27.18 51.5 -
YUV 146.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 185 119 189 0.02 0.37 0 0.26 296.57 0.35 0.6
Hex B9 77 BD 2 25 0 1A 129 23 3C
Octal 271 167 275 2 45 0 32 451 43 74
Binary 10111001 1110111 10111101 10 100101 0 11010 100101001 100011 111100

Color Harmonies of #B977BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977BD

Black with #B977BD

Text Example


Text Example

White with #B977BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977BD; }

 p { color: rgb(185,119,189); }

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

background-color css

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

 a { background-color: rgb(185,119,189); }

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

border-color css

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

 span { border-color: rgb(185,119,189); }

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