Html Css Color HEX #BA62AC Fuchsia

📋 copy color: '#BA62AC'

red 186 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #BA62AC

Tints of Fuchsia #BA62AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 40.79%
G = 21.49%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA62AC (or 0xBA62AC) is known color: Fuchsia. HEX triplet: BA, 62 and AC. RGB value is (186,98,172). Sum of RGB (Red+Green+Blue) = 186+98+172=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62AC is #459D53. Grayscale: #848484. Windows color (decimal): -4562260 or 11297466. OLE color: 11297466.

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

Color convert

RGB 186 98 172 -
CMYK 0 0.47 0.08 0.27
HSL 309.55º 0.39% 0.56% -
HSV(B) 309.55º 0.47% 0.73% -
XYZ 32.06 22.15 41.62 -
YUV 132.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 186 98 172 0 0.47 0.08 0.27 309.55 0.39 0.56
Hex BA 62 AC 0 2F 8 1B 136 27 38
Octal 272 142 254 0 57 10 33 466 47 70
Binary 10111010 1100010 10101100 0 101111 1000 11011 100110110 100111 111000

Color Harmonies of #BA62AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62AC

Black with #BA62AC

Text Example


Text Example

White with #BA62AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62AC; }

 p { color: rgb(186,98,172); }

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

background-color css

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

 a { background-color: rgb(186,98,172); }

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

border-color css

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

 span { border-color: rgb(186,98,172); }

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