Html Css Color HEX #BA31C0 Fuchsia

📋 copy color: '#BA31C0'

red 186 ◦ green 49 ◦ blue 192

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

Shades of Fuchsia #BA31C0

Tints of Fuchsia #BA31C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 43.56%
G = 11.48%
B = 44.96%

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

#BA31C0 (or 0xBA31C0) is known color: Fuchsia. HEX triplet: BA, 31 and C0. RGB value is (186,49,192). Sum of RGB (Red+Green+Blue) = 186+49+192=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA31C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31C0 is #45CE3F. Grayscale: #696969. Windows color (decimal): -4574784 or 12595642. OLE color: 12595642.

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

Color convert

RGB 186 49 192 -
CMYK 0.03 0.74 0 0.25
HSL 297.48º 0.59% 0.47% -
HSV(B) 297.48º 0.74% 0.75% -
XYZ 30.86 16.44 51.42 -
YUV 106.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 186 49 192 0.03 0.74 0 0.25 297.48 0.59 0.47
Hex BA 31 C0 3 4A 0 19 129 3B 2F
Octal 272 61 300 3 112 0 31 451 73 57
Binary 10111010 110001 11000000 11 1001010 0 11001 100101001 111011 101111

Color Harmonies of #BA31C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31C0

Black with #BA31C0

Text Example


Text Example

White with #BA31C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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