Html Css Color HEX #BA3CAD Fuchsia

📋 copy color: '#BA3CAD'

red 186 ◦ green 60 ◦ blue 173

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

Shades of Fuchsia #BA3CAD

Tints of Fuchsia #BA3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

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

R = 44.39%
G = 14.32%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA3CAD (or 0xBA3CAD) is known color: Fuchsia. HEX triplet: BA, 3C and AD. RGB value is (186,60,173). Sum of RGB (Red+Green+Blue) = 186+60+173=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CAD is #45C352. Grayscale: #6E6E6E. Windows color (decimal): -4571987 or 11353274. OLE color: 11353274.

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

Color convert

RGB 186 60 173 -
CMYK 0 0.68 0.07 0.27
HSL 306.19º 0.51% 0.48% -
HSV(B) 306.19º 0.68% 0.73% -
XYZ 29.41 16.69 41.21 -
YUV 110.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 186 60 173 0 0.68 0.07 0.27 306.19 0.51 0.48
Hex BA 3C AD 0 44 7 1B 132 33 30
Octal 272 74 255 0 104 7 33 462 63 60
Binary 10111010 111100 10101101 0 1000100 111 11011 100110010 110011 110000

Color Harmonies of #BA3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CAD

Black with #BA3CAD

Text Example


Text Example

White with #BA3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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