Html Css Color HEX #BA76BE Fuchsia

📋 copy color: '#BA76BE'

red 186 ◦ green 118 ◦ blue 190

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

Shades of Fuchsia #BA76BE

Tints of Fuchsia #BA76BE

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

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

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

R = 37.65%
G = 23.89%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA76BE (or 0xBA76BE) is known color: Fuchsia. HEX triplet: BA, 76 and BE. RGB value is (186,118,190). Sum of RGB (Red+Green+Blue) = 186+118+190=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BE is #458941. Grayscale: #929292. Windows color (decimal): -4557122 or 12482234. OLE color: 12482234.

HSL color Cylindrical-coordinate representation of color #BA76BE: hue angle of 296.67º 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 #BA76BE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 118 190 -
CMYK 0.02 0.38 0 0.25
HSL 296.67º 0.36% 0.6% -
HSV(B) 296.67º 0.38% 0.75% -
XYZ 36.02 27.11 52.05 -
YUV 146.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 186 118 190 0.02 0.38 0 0.25 296.67 0.36 0.6
Hex BA 76 BE 2 26 0 19 129 24 3C
Octal 272 166 276 2 46 0 31 451 44 74
Binary 10111010 1110110 10111110 10 100110 0 11001 100101001 100100 111100

Color Harmonies of #BA76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76BE

Black with #BA76BE

Text Example


Text Example

White with #BA76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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