Html Css Color HEX #BA71B2 Fuchsia

📋 copy color: '#BA71B2'

red 186 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #BA71B2

Tints of Fuchsia #BA71B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 38.99%
G = 23.69%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA71B2 (or 0xBA71B2) is known color: Fuchsia. HEX triplet: BA, 71 and B2. RGB value is (186,113,178). Sum of RGB (Red+Green+Blue) = 186+113+178=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71B2 is #458E4D. Grayscale: #8E8E8E. Windows color (decimal): -4558414 or 11694522. OLE color: 11694522.

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

Color convert

RGB 186 113 178 -
CMYK 0 0.39 0.04 0.27
HSL 306.58º 0.35% 0.59% -
HSV(B) 306.58º 0.39% 0.73% -
XYZ 34.19 25.46 45.23 -
YUV 142.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 186 113 178 0 0.39 0.04 0.27 306.58 0.35 0.59
Hex BA 71 B2 0 27 4 1B 133 23 3B
Octal 272 161 262 0 47 4 33 463 43 73
Binary 10111010 1110001 10110010 0 100111 100 11011 100110011 100011 111011

Color Harmonies of #BA71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71B2

Black with #BA71B2

Text Example


Text Example

White with #BA71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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