Html Css Color HEX #BA3DAD Fuchsia

📋 copy color: '#BA3DAD'

red 186 ◦ green 61 ◦ blue 173

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

Shades of Fuchsia #BA3DAD

Tints of Fuchsia #BA3DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

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

R = 44.29%
G = 14.52%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA3DAD (or 0xBA3DAD) is known color: Fuchsia. HEX triplet: BA, 3D and AD. RGB value is (186,61,173). Sum of RGB (Red+Green+Blue) = 186+61+173=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DAD is #45C252. Grayscale: #6E6E6E. Windows color (decimal): -4571731 or 11353530. OLE color: 11353530.

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

Color convert

RGB 186 61 173 -
CMYK 0 0.67 0.07 0.27
HSL 306.24º 0.51% 0.48% -
HSV(B) 306.24º 0.67% 0.73% -
XYZ 29.46 16.79 41.22 -
YUV 111.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 186 61 173 0 0.67 0.07 0.27 306.24 0.51 0.48
Hex BA 3D AD 0 43 7 1B 132 33 30
Octal 272 75 255 0 103 7 33 462 63 60
Binary 10111010 111101 10101101 0 1000011 111 11011 100110010 110011 110000

Color Harmonies of #BA3DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DAD

Black with #BA3DAD

Text Example


Text Example

White with #BA3DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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