Html Css Color HEX #BA38AF Fuchsia

📋 copy color: '#BA38AF'

red 186 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #BA38AF

Tints of Fuchsia #BA38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 44.6%
G = 13.43%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA38AF (or 0xBA38AF) is known color: Fuchsia. HEX triplet: BA, 38 and AF. RGB value is (186,56,175). Sum of RGB (Red+Green+Blue) = 186+56+175=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AF is #45C750. Grayscale: #6C6C6C. Windows color (decimal): -4573009 or 11483322. OLE color: 11483322.

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

Color convert

RGB 186 56 175 -
CMYK 0 0.70 0.06 0.27
HSL 305.08º 0.54% 0.47% -
HSV(B) 305.08º 0.7% 0.73% -
XYZ 29.4 16.36 42.17 -
YUV 108.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 186 56 175 0 0.70 0.06 0.27 305.08 0.54 0.47
Hex BA 38 AF 0 46 6 1B 131 36 2F
Octal 272 70 257 0 106 6 33 461 66 57
Binary 10111010 111000 10101111 0 1000110 110 11011 100110001 110110 101111

Color Harmonies of #BA38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38AF

Black with #BA38AF

Text Example


Text Example

White with #BA38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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