Html Css Color HEX #BA75BC Fuchsia

📋 copy color: '#BA75BC'

red 186 ◦ green 117 ◦ blue 188

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

Shades of Fuchsia #BA75BC

Tints of Fuchsia #BA75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 37.88%
G = 23.83%
B = 38.29%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA75BC (or 0xBA75BC) is known color: Fuchsia. HEX triplet: BA, 75 and BC. RGB value is (186,117,188). Sum of RGB (Red+Green+Blue) = 186+117+188=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BC is #458A43. Grayscale: #919191. Windows color (decimal): -4557380 or 12350906. OLE color: 12350906.

HSL color Cylindrical-coordinate representation of color #BA75BC: hue angle of 298.31º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA75BC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 117 188 -
CMYK 0.01 0.38 0 0.26
HSL 298.31º 0.35% 0.6% -
HSV(B) 298.31º 0.38% 0.74% -
XYZ 35.69 26.79 50.87 -
YUV 145.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 186 117 188 0.01 0.38 0 0.26 298.31 0.35 0.6
Hex BA 75 BC 1 26 0 1A 12A 23 3C
Octal 272 165 274 1 46 0 32 452 43 74
Binary 10111010 1110101 10111100 1 100110 0 11010 100101010 100011 111100

Color Harmonies of #BA75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75BC

Black with #BA75BC

Text Example


Text Example

White with #BA75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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