Html Css Color HEX #BA31B7 Fuchsia

📋 copy color: '#BA31B7'

red 186 ◦ green 49 ◦ blue 183

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

Shades of Fuchsia #BA31B7

Tints of Fuchsia #BA31B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 44.5%
G = 11.72%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA31B7 (or 0xBA31B7) is known color: Fuchsia. HEX triplet: BA, 31 and B7. RGB value is (186,49,183). Sum of RGB (Red+Green+Blue) = 186+49+183=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31B7 is #45CE48. Grayscale: #686868. Windows color (decimal): -4574793 or 12005818. OLE color: 12005818.

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

Color convert

RGB 186 49 183 -
CMYK 0 0.74 0.02 0.27
HSL 301.31º 0.58% 0.46% -
HSV(B) 301.31º 0.74% 0.73% -
XYZ 29.9 16.05 46.32 -
YUV 105.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 186 49 183 0 0.74 0.02 0.27 301.31 0.58 0.46
Hex BA 31 B7 0 4A 2 1B 12D 3A 2E
Octal 272 61 267 0 112 2 33 455 72 56
Binary 10111010 110001 10110111 0 1001010 10 11011 100101101 111010 101110

Color Harmonies of #BA31B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31B7

Black with #BA31B7

Text Example


Text Example

White with #BA31B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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