Html Css Color HEX #BA4AA7 Fuchsia

📋 copy color: '#BA4AA7'

red 186 ◦ green 74 ◦ blue 167

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

Shades of Fuchsia #BA4AA7

Tints of Fuchsia #BA4AA7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 43.56%
G = 17.33%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA4AA7 (or 0xBA4AA7) is known color: Fuchsia. HEX triplet: BA, 4A and A7. RGB value is (186,74,167). Sum of RGB (Red+Green+Blue) = 186+74+167=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA7 is #45B558. Grayscale: #757575. Windows color (decimal): -4568409 or 10963642. OLE color: 10963642.

HSL color Cylindrical-coordinate representation of color #BA4AA7: hue angle of 310.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AA7 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 167 -
CMYK 0 0.60 0.10 0.27
HSL 310.18º 0.45% 0.51% -
HSV(B) 310.18º 0.6% 0.73% -
XYZ 29.67 18.13 38.49 -
YUV 118.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 186 74 167 0 0.60 0.10 0.27 310.18 0.45 0.51
Hex BA 4A A7 0 3C A 1B 136 2D 33
Octal 272 112 247 0 74 12 33 466 55 63
Binary 10111010 1001010 10100111 0 111100 1010 11011 100110110 101101 110011

Color Harmonies of #BA4AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AA7

Black with #BA4AA7

Text Example


Text Example

White with #BA4AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AA7; }

 p { color: rgb(186,74,167); }

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

background-color css

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

 a { background-color: rgb(186,74,167); }

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

border-color css

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

 span { border-color: rgb(186,74,167); }

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