Html Css Color HEX #BA73BA Fuchsia

📋 copy color: '#BA73BA'

red 186 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #BA73BA

Tints of Fuchsia #BA73BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 38.19%
G = 23.61%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA73BA (or 0xBA73BA) is known color: Fuchsia. HEX triplet: BA, 73 and BA. RGB value is (186,115,186). Sum of RGB (Red+Green+Blue) = 186+115+186=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BA is #458C45. Grayscale: #909090. Windows color (decimal): -4557894 or 12219322. OLE color: 12219322.

HSL color Cylindrical-coordinate representation of color #BA73BA: hue angle of 300º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73BA is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 186 -
CMYK 0 0.38 0 0.27
HSL 300º 0.34% 0.59% -
HSV(B) 300º 0.38% 0.73% -
XYZ 35.24 26.25 49.66 -
YUV 144.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 186 115 186 0 0.38 0 0.27 300 0.34 0.59
Hex BA 73 BA 0 26 0 1B 12C 22 3B
Octal 272 163 272 0 46 0 33 454 42 73
Binary 10111010 1110011 10111010 0 100110 0 11011 100101100 100010 111011

Color Harmonies of #BA73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73BA

Black with #BA73BA

Text Example


Text Example

White with #BA73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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