Html Css Color HEX #BA60AF Fuchsia

📋 copy color: '#BA60AF'

red 186 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #BA60AF

Tints of Fuchsia #BA60AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 40.7%
G = 21.01%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA60AF (or 0xBA60AF) is known color: Fuchsia. HEX triplet: BA, 60 and AF. RGB value is (186,96,175). Sum of RGB (Red+Green+Blue) = 186+96+175=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AF is #459F50. Grayscale: #838383. Windows color (decimal): -4562769 or 11493562. OLE color: 11493562.

HSL color Cylindrical-coordinate representation of color #BA60AF: hue angle of 307.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60AF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 175 -
CMYK 0 0.48 0.06 0.27
HSL 307.33º 0.39% 0.55% -
HSV(B) 307.33º 0.48% 0.73% -
XYZ 32.17 21.9 43.09 -
YUV 131.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 186 96 175 0 0.48 0.06 0.27 307.33 0.39 0.55
Hex BA 60 AF 0 30 6 1B 133 27 37
Octal 272 140 257 0 60 6 33 463 47 67
Binary 10111010 1100000 10101111 0 110000 110 11011 100110011 100111 110111

Color Harmonies of #BA60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60AF

Black with #BA60AF

Text Example


Text Example

White with #BA60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60AF; }

 p { color: rgb(186,96,175); }

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

background-color css

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

 a { background-color: rgb(186,96,175); }

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

border-color css

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

 span { border-color: rgb(186,96,175); }

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