Html Css Color HEX #BA5DAD Fuchsia

📋 copy color: '#BA5DAD'

red 186 ◦ green 93 ◦ blue 173

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

Shades of Fuchsia #BA5DAD

Tints of Fuchsia #BA5DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

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

R = 41.15%
G = 20.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA5DAD (or 0xBA5DAD) is known color: Fuchsia. HEX triplet: BA, 5D and AD. RGB value is (186,93,173). Sum of RGB (Red+Green+Blue) = 186+93+173=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DAD is #45A252. Grayscale: #818181. Windows color (decimal): -4563539 or 11361722. OLE color: 11361722.

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

Color convert

RGB 186 93 173 -
CMYK 0 0.5 0.07 0.27
HSL 308.39º 0.4% 0.55% -
HSV(B) 308.39º 0.5% 0.73% -
XYZ 31.71 21.28 41.97 -
YUV 129.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 186 93 173 0 0.5 0.07 0.27 308.39 0.4 0.55
Hex BA 5D AD 0 32 7 1B 134 28 37
Octal 272 135 255 0 62 7 33 464 50 67
Binary 10111010 1011101 10101101 0 110010 111 11011 100110100 101000 110111

Color Harmonies of #BA5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DAD

Black with #BA5DAD

Text Example


Text Example

White with #BA5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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