Html Css Color HEX #B976BD Fuchsia

📋 copy color: '#B976BD'

red 185 ◦ green 118 ◦ blue 189

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

Shades of Fuchsia #B976BD

Tints of Fuchsia #B976BD

RGB

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

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

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

R = 37.6%
G = 23.98%
B = 38.41%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B976BD (or 0xB976BD) is known color: Fuchsia. HEX triplet: B9, 76 and BD. RGB value is (185,118,189). Sum of RGB (Red+Green+Blue) = 185+118+189=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #B976BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BD is #468942. Grayscale: #919191. Windows color (decimal): -4622659 or 12416697. OLE color: 12416697.

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

Color convert

RGB 185 118 189 -
CMYK 0.02 0.38 0 0.26
HSL 296.62º 0.35% 0.6% -
HSV(B) 296.62º 0.38% 0.74% -
XYZ 35.67 26.95 51.46 -
YUV 146.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 185 118 189 0.02 0.38 0 0.26 296.62 0.35 0.6
Hex B9 76 BD 2 26 0 1A 129 23 3C
Octal 271 166 275 2 46 0 32 451 43 74
Binary 10111001 1110110 10111101 10 100110 0 11010 100101001 100011 111100

Color Harmonies of #B976BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976BD

Black with #B976BD

Text Example


Text Example

White with #B976BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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