Html Css Color HEX #BA31B5 Fuchsia

📋 copy color: '#BA31B5'

red 186 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #BA31B5

Tints of Fuchsia #BA31B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 44.71%
G = 11.78%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA31B5 (or 0xBA31B5) is known color: Fuchsia. HEX triplet: BA, 31 and B5. RGB value is (186,49,181). Sum of RGB (Red+Green+Blue) = 186+49+181=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31B5 is #45CE4A. Grayscale: #686868. Windows color (decimal): -4574795 or 11874746. OLE color: 11874746.

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

Color convert

RGB 186 49 181 -
CMYK 0 0.74 0.03 0.27
HSL 302.19º 0.58% 0.46% -
HSV(B) 302.19º 0.74% 0.73% -
XYZ 29.69 15.97 45.23 -
YUV 105.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 186 49 181 0 0.74 0.03 0.27 302.19 0.58 0.46
Hex BA 31 B5 0 4A 3 1B 12E 3A 2E
Octal 272 61 265 0 112 3 33 456 72 56
Binary 10111010 110001 10110101 0 1001010 11 11011 100101110 111010 101110

Color Harmonies of #BA31B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31B5

Black with #BA31B5

Text Example


Text Example

White with #BA31B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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