Html Css Color HEX #BA74BE Fuchsia

📋 copy color: '#BA74BE'

red 186 ◦ green 116 ◦ blue 190

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

Shades of Fuchsia #BA74BE

Tints of Fuchsia #BA74BE

RGB

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

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

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

R = 37.8%
G = 23.58%
B = 38.62%

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

#BA74BE (or 0xBA74BE) is known color: Fuchsia. HEX triplet: BA, 74 and BE. RGB value is (186,116,190). Sum of RGB (Red+Green+Blue) = 186+116+190=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BE is #458B41. Grayscale: #919191. Windows color (decimal): -4557634 or 12481722. OLE color: 12481722.

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

Color convert

RGB 186 116 190 -
CMYK 0.02 0.39 0 0.25
HSL 296.76º 0.36% 0.6% -
HSV(B) 296.76º 0.39% 0.75% -
XYZ 35.79 26.65 51.97 -
YUV 145.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 186 116 190 0.02 0.39 0 0.25 296.76 0.36 0.6
Hex BA 74 BE 2 27 0 19 129 24 3C
Octal 272 164 276 2 47 0 31 451 44 74
Binary 10111010 1110100 10111110 10 100111 0 11001 100101001 100100 111100

Color Harmonies of #BA74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74BE

Black with #BA74BE

Text Example


Text Example

White with #BA74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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