Html Css Color HEX #BA31B9 Fuchsia

📋 copy color: '#BA31B9'

red 186 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #BA31B9

Tints of Fuchsia #BA31B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 44.29%
G = 11.67%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA31B9 (or 0xBA31B9) is known color: Fuchsia. HEX triplet: BA, 31 and B9. RGB value is (186,49,185). Sum of RGB (Red+Green+Blue) = 186+49+185=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31B9 is #45CE46. Grayscale: #696969. Windows color (decimal): -4574791 or 12136890. OLE color: 12136890.

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

Color convert

RGB 186 49 185 -
CMYK 0 0.74 0.01 0.27
HSL 300.44º 0.58% 0.46% -
HSV(B) 300.44º 0.74% 0.73% -
XYZ 30.1 16.14 47.43 -
YUV 105.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 186 49 185 0 0.74 0.01 0.27 300.44 0.58 0.46
Hex BA 31 B9 0 4A 1 1B 12C 3A 2E
Octal 272 61 271 0 112 1 33 454 72 56
Binary 10111010 110001 10111001 0 1001010 1 11011 100101100 111010 101110

Color Harmonies of #BA31B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31B9

Black with #BA31B9

Text Example


Text Example

White with #BA31B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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