Html Css Color HEX #BA76BA Fuchsia

📋 copy color: '#BA76BA'

red 186 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #BA76BA

Tints of Fuchsia #BA76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 37.96%
G = 24.08%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA76BA (or 0xBA76BA) is known color: Fuchsia. HEX triplet: BA, 76 and BA. RGB value is (186,118,186). Sum of RGB (Red+Green+Blue) = 186+118+186=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BA is #458945. Grayscale: #919191. Windows color (decimal): -4557126 or 12220090. OLE color: 12220090.

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

Color convert

RGB 186 118 186 -
CMYK 0 0.37 0 0.27
HSL 300º 0.33% 0.6% -
HSV(B) 300º 0.37% 0.73% -
XYZ 35.59 26.94 49.78 -
YUV 146.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 186 118 186 0 0.37 0 0.27 300 0.33 0.6
Hex BA 76 BA 0 25 0 1B 12C 21 3C
Octal 272 166 272 0 45 0 33 454 41 74
Binary 10111010 1110110 10111010 0 100101 0 11011 100101100 100001 111100

Color Harmonies of #BA76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76BA

Black with #BA76BA

Text Example


Text Example

White with #BA76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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