Html Css Color HEX #BA71BB Fuchsia

📋 copy color: '#BA71BB'

red 186 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #BA71BB

Tints of Fuchsia #BA71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 38.27%
G = 23.25%
B = 38.48%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA71BB (or 0xBA71BB) is known color: Fuchsia. HEX triplet: BA, 71 and BB. RGB value is (186,113,187). Sum of RGB (Red+Green+Blue) = 186+113+187=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71BB is #458E44. Grayscale: #8F8F8F. Windows color (decimal): -4558405 or 12284346. OLE color: 12284346.

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

Color convert

RGB 186 113 187 -
CMYK 0.01 0.40 0 0.27
HSL 299.19º 0.35% 0.59% -
HSV(B) 299.19º 0.4% 0.73% -
XYZ 35.12 25.84 50.15 -
YUV 143.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 186 113 187 0.01 0.40 0 0.27 299.19 0.35 0.59
Hex BA 71 BB 1 28 0 1B 12B 23 3B
Octal 272 161 273 1 50 0 33 453 43 73
Binary 10111010 1110001 10111011 1 101000 0 11011 100101011 100011 111011

Color Harmonies of #BA71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71BB

Black with #BA71BB

Text Example


Text Example

White with #BA71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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