Html Css Color HEX #BA56C3 Fuchsia

📋 copy color: '#BA56C3'

red 186 ◦ green 86 ◦ blue 195

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

Shades of Fuchsia #BA56C3

Tints of Fuchsia #BA56C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.42%

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 39.83%
G = 18.42%
B = 41.76%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA56C3 (or 0xBA56C3) is known color: Fuchsia. HEX triplet: BA, 56 and C3. RGB value is (186,86,195). Sum of RGB (Red+Green+Blue) = 186+86+195=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA56C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56C3 is #45A93C. Grayscale: #7F7F7F. Windows color (decimal): -4565309 or 12801722. OLE color: 12801722.

HSL color Cylindrical-coordinate representation of color #BA56C3: hue angle of 295.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA56C3 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 86 195 -
CMYK 0.05 0.56 0 0.24
HSL 295.05º 0.48% 0.55% -
HSV(B) 295.05º 0.56% 0.76% -
XYZ 33.43 21.03 53.93 -
YUV 128.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 186 86 195 0.05 0.56 0 0.24 295.05 0.48 0.55
Hex BA 56 C3 5 38 0 18 127 30 37
Octal 272 126 303 5 70 0 30 447 60 67
Binary 10111010 1010110 11000011 101 111000 0 11000 100100111 110000 110111

Color Harmonies of #BA56C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56C3

Black with #BA56C3

Text Example


Text Example

White with #BA56C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56C3; }

 p { color: rgb(186,86,195); }

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

background-color css

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

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

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

border-color css

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

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

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