Html Css Color HEX #BA42AE Fuchsia

📋 copy color: '#BA42AE'

red 186 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #BA42AE

Tints of Fuchsia #BA42AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.49%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 43.66%
G = 15.49%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA42AE (or 0xBA42AE) is known color: Fuchsia. HEX triplet: BA, 42 and AE. RGB value is (186,66,174). Sum of RGB (Red+Green+Blue) = 186+66+174=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42AE is #45BD51. Grayscale: #717171. Windows color (decimal): -4570450 or 11420346. OLE color: 11420346.

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

Color convert

RGB 186 66 174 -
CMYK 0 0.65 0.06 0.27
HSL 306º 0.48% 0.49% -
HSV(B) 306º 0.65% 0.73% -
XYZ 29.84 17.39 41.83 -
YUV 114.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 186 66 174 0 0.65 0.06 0.27 306 0.48 0.49
Hex BA 42 AE 0 41 6 1B 132 30 31
Octal 272 102 256 0 101 6 33 462 60 61
Binary 10111010 1000010 10101110 0 1000001 110 11011 100110010 110000 110001

Color Harmonies of #BA42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42AE

Black with #BA42AE

Text Example


Text Example

White with #BA42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42AE; }

 p { color: rgb(186,66,174); }

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

background-color css

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

 a { background-color: rgb(186,66,174); }

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

border-color css

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

 span { border-color: rgb(186,66,174); }

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