Html Css Color HEX #BA62AA Fuchsia

📋 copy color: '#BA62AA'

red 186 ◦ green 98 ◦ blue 170

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

Shades of Fuchsia #BA62AA

Tints of Fuchsia #BA62AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 40.97%
G = 21.59%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA62AA (or 0xBA62AA) is known color: Fuchsia. HEX triplet: BA, 62 and AA. RGB value is (186,98,170). Sum of RGB (Red+Green+Blue) = 186+98+170=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62AA is #459D55. Grayscale: #848484. Windows color (decimal): -4562262 or 11166394. OLE color: 11166394.

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

Color convert

RGB 186 98 170 -
CMYK 0 0.47 0.09 0.27
HSL 310.91º 0.39% 0.56% -
HSV(B) 310.91º 0.47% 0.73% -
XYZ 31.87 22.08 40.61 -
YUV 132.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 186 98 170 0 0.47 0.09 0.27 310.91 0.39 0.56
Hex BA 62 AA 0 2F 9 1B 137 27 38
Octal 272 142 252 0 57 11 33 467 47 70
Binary 10111010 1100010 10101010 0 101111 1001 11011 100110111 100111 111000

Color Harmonies of #BA62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62AA

Black with #BA62AA

Text Example


Text Example

White with #BA62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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