Html Css Color HEX #BA70AE Fuchsia

📋 copy color: '#BA70AE'

red 186 ◦ green 112 ◦ blue 174

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

Shades of Fuchsia #BA70AE

Tints of Fuchsia #BA70AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 39.41%
G = 23.73%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA70AE (or 0xBA70AE) is known color: Fuchsia. HEX triplet: BA, 70 and AE. RGB value is (186,112,174). Sum of RGB (Red+Green+Blue) = 186+112+174=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AE is #458F51. Grayscale: #8D8D8D. Windows color (decimal): -4558674 or 11432122. OLE color: 11432122.

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

Color convert

RGB 186 112 174 -
CMYK 0 0.40 0.06 0.27
HSL 309.73º 0.35% 0.58% -
HSV(B) 309.73º 0.4% 0.73% -
XYZ 33.68 25.08 43.11 -
YUV 141.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 186 112 174 0 0.40 0.06 0.27 309.73 0.35 0.58
Hex BA 70 AE 0 28 6 1B 136 23 3A
Octal 272 160 256 0 50 6 33 466 43 72
Binary 10111010 1110000 10101110 0 101000 110 11011 100110110 100011 111010

Color Harmonies of #BA70AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70AE

Black with #BA70AE

Text Example


Text Example

White with #BA70AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70AE; }

 p { color: rgb(186,112,174); }

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

background-color css

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

 a { background-color: rgb(186,112,174); }

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

border-color css

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

 span { border-color: rgb(186,112,174); }

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