Html Css Color HEX #B976BE Fuchsia

📋 copy color: '#B976BE'

red 185 ◦ green 118 ◦ blue 190

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

Shades of Fuchsia #B976BE

Tints of Fuchsia #B976BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 37.53%
G = 23.94%
B = 38.54%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B976BE (or 0xB976BE) is known color: Fuchsia. HEX triplet: B9, 76 and BE. RGB value is (185,118,190). Sum of RGB (Red+Green+Blue) = 185+118+190=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #B976BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BE is #468941. Grayscale: #929292. Windows color (decimal): -4622658 or 12482233. OLE color: 12482233.

HSL color Cylindrical-coordinate representation of color #B976BE: hue angle of 295.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B976BE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 118 190 -
CMYK 0.03 0.38 0 0.25
HSL 295.83º 0.36% 0.6% -
HSV(B) 295.83º 0.38% 0.75% -
XYZ 35.78 26.99 52.04 -
YUV 146.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 185 118 190 0.03 0.38 0 0.25 295.83 0.36 0.6
Hex B9 76 BE 3 26 0 19 128 24 3C
Octal 271 166 276 3 46 0 31 450 44 74
Binary 10111001 1110110 10111110 11 100110 0 11001 100101000 100100 111100

Color Harmonies of #B976BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976BE

Black with #B976BE

Text Example


Text Example

White with #B976BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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