Html Css Color HEX #BA74BA Fuchsia

📋 copy color: '#BA74BA'

red 186 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #BA74BA

Tints of Fuchsia #BA74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

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

R = 38.11%
G = 23.77%
B = 38.11%

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

#BA74BA (or 0xBA74BA) is known color: Fuchsia. HEX triplet: BA, 74 and BA. RGB value is (186,116,186). Sum of RGB (Red+Green+Blue) = 186+116+186=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BA is #458B45. Grayscale: #909090. Windows color (decimal): -4557638 or 12219578. OLE color: 12219578.

HSL color Cylindrical-coordinate representation of color #BA74BA: 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 #BA74BA is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 186 -
CMYK 0 0.38 0 0.27
HSL 300º 0.34% 0.59% -
HSV(B) 300º 0.38% 0.73% -
XYZ 35.36 26.48 49.7 -
YUV 144.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 186 116 186 0 0.38 0 0.27 300 0.34 0.59
Hex BA 74 BA 0 26 0 1B 12C 22 3B
Octal 272 164 272 0 46 0 33 454 42 73
Binary 10111010 1110100 10111010 0 100110 0 11011 100101100 100010 111011

Color Harmonies of #BA74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74BA

Black with #BA74BA

Text Example


Text Example

White with #BA74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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