Html Css Color HEX #BA31B3 Fuchsia

📋 copy color: '#BA31B3'

red 186 ◦ green 49 ◦ blue 179

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

Shades of Fuchsia #BA31B3

Tints of Fuchsia #BA31B3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 44.93%
G = 11.84%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA31B3 (or 0xBA31B3) is known color: Fuchsia. HEX triplet: BA, 31 and B3. RGB value is (186,49,179). Sum of RGB (Red+Green+Blue) = 186+49+179=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31B3 is #45CE4C. Grayscale: #686868. Windows color (decimal): -4574797 or 11743674. OLE color: 11743674.

HSL color Cylindrical-coordinate representation of color #BA31B3: hue angle of 303.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31B3 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 179 -
CMYK 0 0.74 0.04 0.27
HSL 303.07º 0.58% 0.46% -
HSV(B) 303.07º 0.74% 0.73% -
XYZ 29.48 15.89 44.16 -
YUV 104.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 186 49 179 0 0.74 0.04 0.27 303.07 0.58 0.46
Hex BA 31 B3 0 4A 4 1B 12F 3A 2E
Octal 272 61 263 0 112 4 33 457 72 56
Binary 10111010 110001 10110011 0 1001010 100 11011 100101111 111010 101110

Color Harmonies of #BA31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31B3

Black with #BA31B3

Text Example


Text Example

White with #BA31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31B3; }

 p { color: rgb(186,49,179); }

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

background-color css

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

 a { background-color: rgb(186,49,179); }

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

border-color css

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

 span { border-color: rgb(186,49,179); }

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