Html Css Color HEX #BA55C1 Fuchsia

📋 copy color: '#BA55C1'

red 186 ◦ green 85 ◦ blue 193

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

Shades of Fuchsia #BA55C1

Tints of Fuchsia #BA55C1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 40.09%
G = 18.32%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA55C1 (or 0xBA55C1) is known color: Fuchsia. HEX triplet: BA, 55 and C1. RGB value is (186,85,193). Sum of RGB (Red+Green+Blue) = 186+85+193=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA55C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55C1 is #45AA3E. Grayscale: #7F7F7F. Windows color (decimal): -4565567 or 12670394. OLE color: 12670394.

HSL color Cylindrical-coordinate representation of color #BA55C1: hue angle of 296.11º degrees, saturation: 0.47, 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 #BA55C1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 85 193 -
CMYK 0.04 0.56 0 0.24
HSL 296.11º 0.47% 0.55% -
HSV(B) 296.11º 0.56% 0.76% -
XYZ 33.12 20.79 52.72 -
YUV 127.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 186 85 193 0.04 0.56 0 0.24 296.11 0.47 0.55
Hex BA 55 C1 4 38 0 18 128 2F 37
Octal 272 125 301 4 70 0 30 450 57 67
Binary 10111010 1010101 11000001 100 111000 0 11000 100101000 101111 110111

Color Harmonies of #BA55C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55C1

Black with #BA55C1

Text Example


Text Example

White with #BA55C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55C1; }

 p { color: rgb(186,85,193); }

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

background-color css

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

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

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

border-color css

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

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

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