Html Css Color HEX #BA46BE Fuchsia

📋 copy color: '#BA46BE'

red 186 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #BA46BE

Tints of Fuchsia #BA46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 41.7%
G = 15.7%
B = 42.6%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA46BE (or 0xBA46BE) is known color: Fuchsia. HEX triplet: BA, 46 and BE. RGB value is (186,70,190). Sum of RGB (Red+Green+Blue) = 186+70+190=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46BE is #45B941. Grayscale: #767676. Windows color (decimal): -4569410 or 12469946. OLE color: 12469946.

HSL color Cylindrical-coordinate representation of color #BA46BE: hue angle of 298º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA46BE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 70 190 -
CMYK 0.02 0.63 0 0.25
HSL 298º 0.48% 0.51% -
HSV(B) 298º 0.63% 0.75% -
XYZ 31.73 18.54 50.62 -
YUV 118.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 186 70 190 0.02 0.63 0 0.25 298 0.48 0.51
Hex BA 46 BE 2 3F 0 19 12A 30 33
Octal 272 106 276 2 77 0 31 452 60 63
Binary 10111010 1000110 10111110 10 111111 0 11001 100101010 110000 110011

Color Harmonies of #BA46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46BE

Black with #BA46BE

Text Example


Text Example

White with #BA46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46BE; }

 p { color: rgb(186,70,190); }

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

background-color css

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

 a { background-color: rgb(186,70,190); }

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

border-color css

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

 span { border-color: rgb(186,70,190); }

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