Html Css Color HEX #BA5CC2 Fuchsia

📋 copy color: '#BA5CC2'

red 186 ◦ green 92 ◦ blue 194

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

Shades of Fuchsia #BA5CC2

Tints of Fuchsia #BA5CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 39.41%
G = 19.49%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA5CC2 (or 0xBA5CC2) is known color: Fuchsia. HEX triplet: BA, 5C and C2. RGB value is (186,92,194). Sum of RGB (Red+Green+Blue) = 186+92+194=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC2 is #45A33D. Grayscale: #838383. Windows color (decimal): -4563774 or 12737722. OLE color: 12737722.

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

Color convert

RGB 186 92 194 -
CMYK 0.04 0.53 0 0.24
HSL 295.29º 0.46% 0.56% -
HSV(B) 295.29º 0.53% 0.76% -
XYZ 33.81 21.99 53.5 -
YUV 131.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 186 92 194 0.04 0.53 0 0.24 295.29 0.46 0.56
Hex BA 5C C2 4 35 0 18 127 2E 38
Octal 272 134 302 4 65 0 30 447 56 70
Binary 10111010 1011100 11000010 100 110101 0 11000 100100111 101110 111000

Color Harmonies of #BA5CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CC2

Black with #BA5CC2

Text Example


Text Example

White with #BA5CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CC2; }

 p { color: rgb(186,92,194); }

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

background-color css

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

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

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

border-color css

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

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

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