Html Css Color HEX #BA71BF Fuchsia

📋 copy color: '#BA71BF'

red 186 ◦ green 113 ◦ blue 191

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

Shades of Fuchsia #BA71BF

Tints of Fuchsia #BA71BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 37.96%
G = 23.06%
B = 38.98%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA71BF (or 0xBA71BF) is known color: Fuchsia. HEX triplet: BA, 71 and BF. RGB value is (186,113,191). Sum of RGB (Red+Green+Blue) = 186+113+191=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71BF is #458E40. Grayscale: #8F8F8F. Windows color (decimal): -4558401 or 12546490. OLE color: 12546490.

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

Color convert

RGB 186 113 191 -
CMYK 0.03 0.41 0 0.25
HSL 296.15º 0.38% 0.6% -
HSV(B) 296.15º 0.41% 0.75% -
XYZ 35.56 26.01 52.44 -
YUV 143.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 186 113 191 0.03 0.41 0 0.25 296.15 0.38 0.6
Hex BA 71 BF 3 29 0 19 128 26 3C
Octal 272 161 277 3 51 0 31 450 46 74
Binary 10111010 1110001 10111111 11 101001 0 11001 100101000 100110 111100

Color Harmonies of #BA71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71BF

Black with #BA71BF

Text Example


Text Example

White with #BA71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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