Html Css Color HEX #BA4CA7 Fuchsia

📋 copy color: '#BA4CA7'

red 186 ◦ green 76 ◦ blue 167

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

Shades of Fuchsia #BA4CA7

Tints of Fuchsia #BA4CA7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.72%

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

R = 43.36%
G = 17.72%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA4CA7 (or 0xBA4CA7) is known color: Fuchsia. HEX triplet: BA, 4C and A7. RGB value is (186,76,167). Sum of RGB (Red+Green+Blue) = 186+76+167=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CA7 is #45B358. Grayscale: #777777. Windows color (decimal): -4567897 or 10964154. OLE color: 10964154.

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

Color convert

RGB 186 76 167 -
CMYK 0 0.59 0.10 0.27
HSL 310.36º 0.44% 0.51% -
HSV(B) 310.36º 0.59% 0.73% -
XYZ 29.81 18.4 38.54 -
YUV 119.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 186 76 167 0 0.59 0.10 0.27 310.36 0.44 0.51
Hex BA 4C A7 0 3B A 1B 136 2C 33
Octal 272 114 247 0 73 12 33 466 54 63
Binary 10111010 1001100 10100111 0 111011 1010 11011 100110110 101100 110011

Color Harmonies of #BA4CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CA7

Black with #BA4CA7

Text Example


Text Example

White with #BA4CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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