Html Css Color HEX #BA74BF Fuchsia

📋 copy color: '#BA74BF'

red 186 ◦ green 116 ◦ blue 191

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

Shades of Fuchsia #BA74BF

Tints of Fuchsia #BA74BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 37.73%
G = 23.53%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA74BF (or 0xBA74BF) is known color: Fuchsia. HEX triplet: BA, 74 and BF. RGB value is (186,116,191). Sum of RGB (Red+Green+Blue) = 186+116+191=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BF is #458B40. Grayscale: #919191. Windows color (decimal): -4557633 or 12547258. OLE color: 12547258.

HSL color Cylindrical-coordinate representation of color #BA74BF: hue angle of 296º 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 #BA74BF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 116 191 -
CMYK 0.03 0.39 0 0.25
HSL 296º 0.37% 0.6% -
HSV(B) 296º 0.39% 0.75% -
XYZ 35.9 26.69 52.55 -
YUV 145.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 186 116 191 0.03 0.39 0 0.25 296 0.37 0.6
Hex BA 74 BF 3 27 0 19 128 25 3C
Octal 272 164 277 3 47 0 31 450 45 74
Binary 10111010 1110100 10111111 11 100111 0 11001 100101000 100101 111100

Color Harmonies of #BA74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74BF

Black with #BA74BF

Text Example


Text Example

White with #BA74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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