Html Css Color HEX #BA73BE Fuchsia

📋 copy color: '#BA73BE'

red 186 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #BA73BE

Tints of Fuchsia #BA73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 37.88%
G = 23.42%
B = 38.7%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA73BE (or 0xBA73BE) is known color: Fuchsia. HEX triplet: BA, 73 and BE. RGB value is (186,115,190). Sum of RGB (Red+Green+Blue) = 186+115+190=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BE is #458C41. Grayscale: #909090. Windows color (decimal): -4557890 or 12481466. OLE color: 12481466.

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

Color convert

RGB 186 115 190 -
CMYK 0.02 0.39 0 0.25
HSL 296.8º 0.37% 0.6% -
HSV(B) 296.8º 0.39% 0.75% -
XYZ 35.67 26.42 51.93 -
YUV 144.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 186 115 190 0.02 0.39 0 0.25 296.8 0.37 0.6
Hex BA 73 BE 2 27 0 19 129 25 3C
Octal 272 163 276 2 47 0 31 451 45 74
Binary 10111010 1110011 10111110 10 100111 0 11001 100101001 100101 111100

Color Harmonies of #BA73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73BE

Black with #BA73BE

Text Example


Text Example

White with #BA73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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