Html Css Color HEX #B976B9 Fuchsia

📋 copy color: '#B976B9'

red 185 ◦ green 118 ◦ blue 185

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

Shades of Fuchsia #B976B9

Tints of Fuchsia #B976B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 37.91%
G = 24.18%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B976B9 (or 0xB976B9) is known color: Fuchsia. HEX triplet: B9, 76 and B9. RGB value is (185,118,185). Sum of RGB (Red+Green+Blue) = 185+118+185=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B976B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976B9 is #468946. Grayscale: #919191. Windows color (decimal): -4622663 or 12154553. OLE color: 12154553.

HSL color Cylindrical-coordinate representation of color #B976B9: hue angle of 300º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B976B9 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 185 -
CMYK 0 0.36 0 0.27
HSL 300º 0.32% 0.59% -
HSV(B) 300º 0.36% 0.73% -
XYZ 35.24 26.77 49.21 -
YUV 145.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 185 118 185 0 0.36 0 0.27 300 0.32 0.59
Hex B9 76 B9 0 24 0 1B 12C 20 3B
Octal 271 166 271 0 44 0 33 454 40 73
Binary 10111001 1110110 10111001 0 100100 0 11011 100101100 100000 111011

Color Harmonies of #B976B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976B9

Black with #B976B9

Text Example


Text Example

White with #B976B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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