Html Css Color HEX #BA71C1 Fuchsia

📋 copy color: '#BA71C1'

red 186 ◦ green 113 ◦ blue 193

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

Shades of Fuchsia #BA71C1

Tints of Fuchsia #BA71C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 37.8%
G = 22.97%
B = 39.23%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA71C1 (or 0xBA71C1) is known color: Fuchsia. HEX triplet: BA, 71 and C1. RGB value is (186,113,193). Sum of RGB (Red+Green+Blue) = 186+113+193=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C1 is #458E3E. Grayscale: #8F8F8F. Windows color (decimal): -4558399 or 12677562. OLE color: 12677562.

HSL color Cylindrical-coordinate representation of color #BA71C1: hue angle of 294.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA71C1 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 113 193 -
CMYK 0.04 0.41 0 0.24
HSL 294.75º 0.39% 0.6% -
HSV(B) 294.75º 0.41% 0.76% -
XYZ 35.78 26.1 53.6 -
YUV 143.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 186 113 193 0.04 0.41 0 0.24 294.75 0.39 0.6
Hex BA 71 C1 4 29 0 18 127 27 3C
Octal 272 161 301 4 51 0 30 447 47 74
Binary 10111010 1110001 11000001 100 101001 0 11000 100100111 100111 111100

Color Harmonies of #BA71C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71C1

Black with #BA71C1

Text Example


Text Example

White with #BA71C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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