Html Css Color HEX #BA2BAD Fuchsia

📋 copy color: '#BA2BAD'

red 186 ◦ green 43 ◦ blue 173

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

Shades of Fuchsia #BA2BAD

Tints of Fuchsia #BA2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

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

R = 46.27%
G = 10.7%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA2BAD (or 0xBA2BAD) is known color: Fuchsia. HEX triplet: BA, 2B and AD. RGB value is (186,43,173). Sum of RGB (Red+Green+Blue) = 186+43+173=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BAD is #45D452. Grayscale: #646464. Windows color (decimal): -4576339 or 11348922. OLE color: 11348922.

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

Color convert

RGB 186 43 173 -
CMYK 0 0.77 0.07 0.27
HSL 305.45º 0.62% 0.45% -
HSV(B) 305.45º 0.77% 0.73% -
XYZ 28.66 15.18 40.96 -
YUV 100.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 186 43 173 0 0.77 0.07 0.27 305.45 0.62 0.45
Hex BA 2B AD 0 4D 7 1B 131 3E 2D
Octal 272 53 255 0 115 7 33 461 76 55
Binary 10111010 101011 10101101 0 1001101 111 11011 100110001 111110 101101

Color Harmonies of #BA2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BAD

Black with #BA2BAD

Text Example


Text Example

White with #BA2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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