Html Css Color HEX #BA62A9 Fuchsia

📋 copy color: '#BA62A9'

red 186 ◦ green 98 ◦ blue 169

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

Shades of Fuchsia #BA62A9

Tints of Fuchsia #BA62A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 41.06%
G = 21.63%
B = 37.31%

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

#BA62A9 (or 0xBA62A9) is known color: Fuchsia. HEX triplet: BA, 62 and A9. RGB value is (186,98,169). Sum of RGB (Red+Green+Blue) = 186+98+169=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A9 is #459D56. Grayscale: #848484. Windows color (decimal): -4562263 or 11100858. OLE color: 11100858.

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

Color convert

RGB 186 98 169 -
CMYK 0 0.47 0.09 0.27
HSL 311.59º 0.39% 0.56% -
HSV(B) 311.59º 0.47% 0.73% -
XYZ 31.78 22.04 40.12 -
YUV 132.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 186 98 169 0 0.47 0.09 0.27 311.59 0.39 0.56
Hex BA 62 A9 0 2F 9 1B 138 27 38
Octal 272 142 251 0 57 11 33 470 47 70
Binary 10111010 1100010 10101001 0 101111 1001 11011 100111000 100111 111000

Color Harmonies of #BA62A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62A9

Black with #BA62A9

Text Example


Text Example

White with #BA62A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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