Html Css Color HEX #BA75BA Fuchsia

📋 copy color: '#BA75BA'

red 186 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #BA75BA

Tints of Fuchsia #BA75BA

RGB

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

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

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

R = 38.04%
G = 23.93%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA75BA (or 0xBA75BA) is known color: Fuchsia. HEX triplet: BA, 75 and BA. RGB value is (186,117,186). Sum of RGB (Red+Green+Blue) = 186+117+186=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BA is #458A45. Grayscale: #919191. Windows color (decimal): -4557382 or 12219834. OLE color: 12219834.

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

Color convert

RGB 186 117 186 -
CMYK 0 0.37 0 0.27
HSL 300º 0.33% 0.59% -
HSV(B) 300º 0.37% 0.73% -
XYZ 35.47 26.71 49.74 -
YUV 145.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 186 117 186 0 0.37 0 0.27 300 0.33 0.59
Hex BA 75 BA 0 25 0 1B 12C 21 3B
Octal 272 165 272 0 45 0 33 454 41 73
Binary 10111010 1110101 10111010 0 100101 0 11011 100101100 100001 111011

Color Harmonies of #BA75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75BA

Black with #BA75BA

Text Example


Text Example

White with #BA75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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