Html Css Color HEX #BA71BA Fuchsia

📋 copy color: '#BA71BA'

red 186 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #BA71BA

Tints of Fuchsia #BA71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.3%

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

R = 38.35%
G = 23.3%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA71BA (or 0xBA71BA) is known color: Fuchsia. HEX triplet: BA, 71 and BA. RGB value is (186,113,186). Sum of RGB (Red+Green+Blue) = 186+113+186=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71BA is #458E45. Grayscale: #8E8E8E. Windows color (decimal): -4558406 or 12218810. OLE color: 12218810.

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

Color convert

RGB 186 113 186 -
CMYK 0 0.39 0 0.27
HSL 300º 0.35% 0.59% -
HSV(B) 300º 0.39% 0.73% -
XYZ 35.02 25.79 49.59 -
YUV 143.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 186 113 186 0 0.39 0 0.27 300 0.35 0.59
Hex BA 71 BA 0 27 0 1B 12C 23 3B
Octal 272 161 272 0 47 0 33 454 43 73
Binary 10111010 1110001 10111010 0 100111 0 11011 100101100 100011 111011

Color Harmonies of #BA71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71BA

Black with #BA71BA

Text Example


Text Example

White with #BA71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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