Html Css Color HEX #BA38AB Fuchsia

📋 copy color: '#BA38AB'

red 186 ◦ green 56 ◦ blue 171

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

Shades of Fuchsia #BA38AB

Tints of Fuchsia #BA38AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

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

R = 45.04%
G = 13.56%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA38AB (or 0xBA38AB) is known color: Fuchsia. HEX triplet: BA, 38 and AB. RGB value is (186,56,171). Sum of RGB (Red+Green+Blue) = 186+56+171=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AB is #45C754. Grayscale: #6B6B6B. Windows color (decimal): -4573013 or 11221178. OLE color: 11221178.

HSL color Cylindrical-coordinate representation of color #BA38AB: hue angle of 306.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38AB is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 171 -
CMYK 0 0.70 0.08 0.27
HSL 306.92º 0.54% 0.47% -
HSV(B) 306.92º 0.7% 0.73% -
XYZ 29.01 16.21 40.13 -
YUV 107.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 186 56 171 0 0.70 0.08 0.27 306.92 0.54 0.47
Hex BA 38 AB 0 46 8 1B 133 36 2F
Octal 272 70 253 0 106 10 33 463 66 57
Binary 10111010 111000 10101011 0 1000110 1000 11011 100110011 110110 101111

Color Harmonies of #BA38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38AB

Black with #BA38AB

Text Example


Text Example

White with #BA38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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