Html Css Color HEX #BA57C7 Fuchsia

📋 copy color: '#BA57C7'

red 186 ◦ green 87 ◦ blue 199

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

Shades of Fuchsia #BA57C7

Tints of Fuchsia #BA57C7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 39.41%
G = 18.43%
B = 42.16%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA57C7 (or 0xBA57C7) is known color: Fuchsia. HEX triplet: BA, 57 and C7. RGB value is (186,87,199). Sum of RGB (Red+Green+Blue) = 186+87+199=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA57C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C7 is #45A838. Grayscale: #818181. Windows color (decimal): -4565049 or 13064122. OLE color: 13064122.

HSL color Cylindrical-coordinate representation of color #BA57C7: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA57C7 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 87 199 -
CMYK 0.07 0.56 0 0.22
HSL 293.04º 0.5% 0.56% -
HSV(B) 293.04º 0.56% 0.78% -
XYZ 33.97 21.38 56.37 -
YUV 129.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 186 87 199 0.07 0.56 0 0.22 293.04 0.5 0.56
Hex BA 57 C7 7 38 0 16 125 32 38
Octal 272 127 307 7 70 0 26 445 62 70
Binary 10111010 1010111 11000111 111 111000 0 10110 100100101 110010 111000

Color Harmonies of #BA57C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57C7

Black with #BA57C7

Text Example


Text Example

White with #BA57C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57C7; }

 p { color: rgb(186,87,199); }

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

background-color css

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

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

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

border-color css

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

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

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