Html Css Color HEX #BA2FAD Fuchsia

📋 copy color: '#BA2FAD'

red 186 ◦ green 47 ◦ blue 173

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

Shades of Fuchsia #BA2FAD

Tints of Fuchsia #BA2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 45.81%
G = 11.58%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA2FAD (or 0xBA2FAD) is known color: Fuchsia. HEX triplet: BA, 2F and AD. RGB value is (186,47,173). Sum of RGB (Red+Green+Blue) = 186+47+173=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAD is #45D052. Grayscale: #666666. Windows color (decimal): -4575315 or 11349946. OLE color: 11349946.

HSL color Cylindrical-coordinate representation of color #BA2FAD: hue angle of 305.61º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FAD is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 173 -
CMYK 0 0.75 0.07 0.27
HSL 305.61º 0.6% 0.46% -
HSV(B) 305.61º 0.75% 0.73% -
XYZ 28.81 15.49 41.01 -
YUV 102.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 186 47 173 0 0.75 0.07 0.27 305.61 0.6 0.46
Hex BA 2F AD 0 4B 7 1B 132 3C 2E
Octal 272 57 255 0 113 7 33 462 74 56
Binary 10111010 101111 10101101 0 1001011 111 11011 100110010 111100 101110

Color Harmonies of #BA2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FAD

Black with #BA2FAD

Text Example


Text Example

White with #BA2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FAD; }

 p { color: rgb(186,47,173); }

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

background-color css

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

 a { background-color: rgb(186,47,173); }

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

border-color css

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

 span { border-color: rgb(186,47,173); }

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