Html Css Color HEX #BA5CC6 Fuchsia

📋 copy color: '#BA5CC6'

red 186 ◦ green 92 ◦ blue 198

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

Shades of Fuchsia #BA5CC6

Tints of Fuchsia #BA5CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 39.08%
G = 19.33%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA5CC6 (or 0xBA5CC6) is known color: Fuchsia. HEX triplet: BA, 5C and C6. RGB value is (186,92,198). Sum of RGB (Red+Green+Blue) = 186+92+198=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC6 is #45A339. Grayscale: #838383. Windows color (decimal): -4563770 or 12999866. OLE color: 12999866.

HSL color Cylindrical-coordinate representation of color #BA5CC6: hue angle of 293.21º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5CC6 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 92 198 -
CMYK 0.06 0.54 0 0.22
HSL 293.21º 0.48% 0.57% -
HSV(B) 293.21º 0.54% 0.78% -
XYZ 34.27 22.17 55.9 -
YUV 132.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 186 92 198 0.06 0.54 0 0.22 293.21 0.48 0.57
Hex BA 5C C6 6 36 0 16 125 30 39
Octal 272 134 306 6 66 0 26 445 60 71
Binary 10111010 1011100 11000110 110 110110 0 10110 100100101 110000 111001

Color Harmonies of #BA5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CC6

Black with #BA5CC6

Text Example


Text Example

White with #BA5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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