Html Css Color HEX #BA61AF Fuchsia

📋 copy color: '#BA61AF'

red 186 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #BA61AF

Tints of Fuchsia #BA61AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

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

R = 40.61%
G = 21.18%
B = 38.21%

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

#BA61AF (or 0xBA61AF) is known color: Fuchsia. HEX triplet: BA, 61 and AF. RGB value is (186,97,175). Sum of RGB (Red+Green+Blue) = 186+97+175=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AF is #459E50. Grayscale: #848484. Windows color (decimal): -4562513 or 11493818. OLE color: 11493818.

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

Color convert

RGB 186 97 175 -
CMYK 0 0.48 0.06 0.27
HSL 307.42º 0.39% 0.55% -
HSV(B) 307.42º 0.48% 0.73% -
XYZ 32.26 22.08 43.12 -
YUV 132.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 186 97 175 0 0.48 0.06 0.27 307.42 0.39 0.55
Hex BA 61 AF 0 30 6 1B 133 27 37
Octal 272 141 257 0 60 6 33 463 47 67
Binary 10111010 1100001 10101111 0 110000 110 11011 100110011 100111 110111

Color Harmonies of #BA61AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61AF

Black with #BA61AF

Text Example


Text Example

White with #BA61AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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