Html Css Color HEX #BA31BF Fuchsia

📋 copy color: '#BA31BF'

red 186 ◦ green 49 ◦ blue 191

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

Shades of Fuchsia #BA31BF

Tints of Fuchsia #BA31BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 43.66%
G = 11.5%
B = 44.84%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA31BF (or 0xBA31BF) is known color: Fuchsia. HEX triplet: BA, 31 and BF. RGB value is (186,49,191). Sum of RGB (Red+Green+Blue) = 186+49+191=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA31BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31BF is #45CE40. Grayscale: #696969. Windows color (decimal): -4574785 or 12530106. OLE color: 12530106.

HSL color Cylindrical-coordinate representation of color #BA31BF: hue angle of 297.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31BF is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 49 191 -
CMYK 0.03 0.74 0 0.25
HSL 297.89º 0.59% 0.47% -
HSV(B) 297.89º 0.74% 0.75% -
XYZ 30.75 16.4 50.83 -
YUV 106.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 186 49 191 0.03 0.74 0 0.25 297.89 0.59 0.47
Hex BA 31 BF 3 4A 0 19 12A 3B 2F
Octal 272 61 277 3 112 0 31 452 73 57
Binary 10111010 110001 10111111 11 1001010 0 11001 100101010 111011 101111

Color Harmonies of #BA31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31BF

Black with #BA31BF

Text Example


Text Example

White with #BA31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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