Html Css Color HEX #BA47B9 Fuchsia

📋 copy color: '#BA47B9'

red 186 ◦ green 71 ◦ blue 185

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

Shades of Fuchsia #BA47B9

Tints of Fuchsia #BA47B9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.06%

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

R = 42.08%
G = 16.06%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA47B9 (or 0xBA47B9) is known color: Fuchsia. HEX triplet: BA, 47 and B9. RGB value is (186,71,185). Sum of RGB (Red+Green+Blue) = 186+71+185=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47B9 is #45B846. Grayscale: #767676. Windows color (decimal): -4569159 or 12142522. OLE color: 12142522.

HSL color Cylindrical-coordinate representation of color #BA47B9: hue angle of 300.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA47B9 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 185 -
CMYK 0 0.62 0.01 0.27
HSL 300.52º 0.45% 0.5% -
HSV(B) 300.52º 0.62% 0.73% -
XYZ 31.26 18.45 47.81 -
YUV 118.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 186 71 185 0 0.62 0.01 0.27 300.52 0.45 0.5
Hex BA 47 B9 0 3E 1 1B 12D 2D 32
Octal 272 107 271 0 76 1 33 455 55 62
Binary 10111010 1000111 10111001 0 111110 1 11011 100101101 101101 110010

Color Harmonies of #BA47B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47B9

Black with #BA47B9

Text Example


Text Example

White with #BA47B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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