Html Css Color HEX #BA3FAF Fuchsia

📋 copy color: '#BA3FAF'

red 186 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #BA3FAF

Tints of Fuchsia #BA3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

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

R = 43.87%
G = 14.86%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA3FAF (or 0xBA3FAF) is known color: Fuchsia. HEX triplet: BA, 3F and AF. RGB value is (186,63,175). Sum of RGB (Red+Green+Blue) = 186+63+175=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FAF is #45C050. Grayscale: #707070. Windows color (decimal): -4571217 or 11485114. OLE color: 11485114.

HSL color Cylindrical-coordinate representation of color #BA3FAF: hue angle of 305.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FAF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 175 -
CMYK 0 0.66 0.06 0.27
HSL 305.37º 0.49% 0.49% -
HSV(B) 305.37º 0.66% 0.73% -
XYZ 29.77 17.09 42.29 -
YUV 112.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 186 63 175 0 0.66 0.06 0.27 305.37 0.49 0.49
Hex BA 3F AF 0 42 6 1B 131 31 31
Octal 272 77 257 0 102 6 33 461 61 61
Binary 10111010 111111 10101111 0 1000010 110 11011 100110001 110001 110001

Color Harmonies of #BA3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FAF

Black with #BA3FAF

Text Example


Text Example

White with #BA3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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