Html Css Color HEX #BA71B4 Fuchsia

📋 copy color: '#BA71B4'

red 186 ◦ green 113 ◦ blue 180

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

Shades of Fuchsia #BA71B4

Tints of Fuchsia #BA71B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 38.83%
G = 23.59%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA71B4 (or 0xBA71B4) is known color: Fuchsia. HEX triplet: BA, 71 and B4. RGB value is (186,113,180). Sum of RGB (Red+Green+Blue) = 186+113+180=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71B4 is #458E4B. Grayscale: #8E8E8E. Windows color (decimal): -4558412 or 11825594. OLE color: 11825594.

HSL color Cylindrical-coordinate representation of color #BA71B4: hue angle of 304.93º 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 #BA71B4 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 180 -
CMYK 0 0.39 0.03 0.27
HSL 304.93º 0.35% 0.59% -
HSV(B) 304.93º 0.39% 0.73% -
XYZ 34.39 25.54 46.3 -
YUV 142.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 186 113 180 0 0.39 0.03 0.27 304.93 0.35 0.59
Hex BA 71 B4 0 27 3 1B 131 23 3B
Octal 272 161 264 0 47 3 33 461 43 73
Binary 10111010 1110001 10110100 0 100111 11 11011 100110001 100011 111011

Color Harmonies of #BA71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71B4

Black with #BA71B4

Text Example


Text Example

White with #BA71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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