Html Css Color HEX #BA31C3 Fuchsia

📋 copy color: '#BA31C3'

red 186 ◦ green 49 ◦ blue 195

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

Shades of Fuchsia #BA31C3

Tints of Fuchsia #BA31C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 43.26%
G = 11.4%
B = 45.35%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA31C3 (or 0xBA31C3) is known color: Fuchsia. HEX triplet: BA, 31 and C3. RGB value is (186,49,195). Sum of RGB (Red+Green+Blue) = 186+49+195=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA31C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31C3 is #45CE3C. Grayscale: #6A6A6A. Windows color (decimal): -4574781 or 12792250. OLE color: 12792250.

HSL color Cylindrical-coordinate representation of color #BA31C3: hue angle of 296.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA31C3 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 49 195 -
CMYK 0.05 0.75 0 0.24
HSL 296.3º 0.6% 0.48% -
HSV(B) 296.3º 0.75% 0.76% -
XYZ 31.2 16.58 53.18 -
YUV 106.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 186 49 195 0.05 0.75 0 0.24 296.3 0.6 0.48
Hex BA 31 C3 5 4B 0 18 128 3C 30
Octal 272 61 303 5 113 0 30 450 74 60
Binary 10111010 110001 11000011 101 1001011 0 11000 100101000 111100 110000

Color Harmonies of #BA31C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31C3

Black with #BA31C3

Text Example


Text Example

White with #BA31C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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