Html Css Color HEX #BA6BC1 Fuchsia

📋 copy color: '#BA6BC1'

red 186 ◦ green 107 ◦ blue 193

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

Shades of Fuchsia #BA6BC1

Tints of Fuchsia #BA6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

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

R = 38.27%
G = 22.02%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA6BC1 (or 0xBA6BC1) is known color: Fuchsia. HEX triplet: BA, 6B and C1. RGB value is (186,107,193). Sum of RGB (Red+Green+Blue) = 186+107+193=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BC1 is #45943E. Grayscale: #8C8C8C. Windows color (decimal): -4559935 or 12676026. OLE color: 12676026.

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

Color convert

RGB 186 107 193 -
CMYK 0.04 0.45 0 0.24
HSL 295.12º 0.41% 0.59% -
HSV(B) 295.12º 0.45% 0.76% -
XYZ 35.13 24.8 53.39 -
YUV 140.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 186 107 193 0.04 0.45 0 0.24 295.12 0.41 0.59
Hex BA 6B C1 4 2D 0 18 127 29 3B
Octal 272 153 301 4 55 0 30 447 51 73
Binary 10111010 1101011 11000001 100 101101 0 11000 100100111 101001 111011

Color Harmonies of #BA6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BC1

Black with #BA6BC1

Text Example


Text Example

White with #BA6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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