Html Css Color HEX #BA5DAB Fuchsia

📋 copy color: '#BA5DAB'

red 186 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #BA5DAB

Tints of Fuchsia #BA5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 41.33%
G = 20.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA5DAB (or 0xBA5DAB) is known color: Fuchsia. HEX triplet: BA, 5D and AB. RGB value is (186,93,171). Sum of RGB (Red+Green+Blue) = 186+93+171=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DAB is #45A254. Grayscale: #818181. Windows color (decimal): -4563541 or 11230650. OLE color: 11230650.

HSL color Cylindrical-coordinate representation of color #BA5DAB: hue angle of 309.68º 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 #BA5DAB is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 171 -
CMYK 0 0.5 0.08 0.27
HSL 309.68º 0.4% 0.55% -
HSV(B) 309.68º 0.5% 0.73% -
XYZ 31.51 21.21 40.96 -
YUV 129.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 186 93 171 0 0.5 0.08 0.27 309.68 0.4 0.55
Hex BA 5D AB 0 32 8 1B 136 28 37
Octal 272 135 253 0 62 10 33 466 50 67
Binary 10111010 1011101 10101011 0 110010 1000 11011 100110110 101000 110111

Color Harmonies of #BA5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DAB

Black with #BA5DAB

Text Example


Text Example

White with #BA5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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