Html Css Color HEX #BA75BE Fuchsia

📋 copy color: '#BA75BE'

red 186 ◦ green 117 ◦ blue 190

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

Shades of Fuchsia #BA75BE

Tints of Fuchsia #BA75BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.73%

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

R = 37.73%
G = 23.73%
B = 38.54%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA75BE (or 0xBA75BE) is known color: Fuchsia. HEX triplet: BA, 75 and BE. RGB value is (186,117,190). Sum of RGB (Red+Green+Blue) = 186+117+190=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BE is #458A41. Grayscale: #919191. Windows color (decimal): -4557378 or 12481978. OLE color: 12481978.

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

Color convert

RGB 186 117 190 -
CMYK 0.02 0.38 0 0.25
HSL 296.71º 0.36% 0.6% -
HSV(B) 296.71º 0.38% 0.75% -
XYZ 35.91 26.88 52.01 -
YUV 145.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 186 117 190 0.02 0.38 0 0.25 296.71 0.36 0.6
Hex BA 75 BE 2 26 0 19 129 24 3C
Octal 272 165 276 2 46 0 31 451 44 74
Binary 10111010 1110101 10111110 10 100110 0 11001 100101001 100100 111100

Color Harmonies of #BA75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75BE

Black with #BA75BE

Text Example


Text Example

White with #BA75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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