Html Css Color HEX #BA5BC6 Fuchsia

📋 copy color: '#BA5BC6'

red 186 ◦ green 91 ◦ blue 198

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

Shades of Fuchsia #BA5BC6

Tints of Fuchsia #BA5BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

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

R = 39.16%
G = 19.16%
B = 41.68%

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

#BA5BC6 (or 0xBA5BC6) is known color: Fuchsia. HEX triplet: BA, 5B and C6. RGB value is (186,91,198). Sum of RGB (Red+Green+Blue) = 186+91+198=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA5BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC6 is #45A439. Grayscale: #838383. Windows color (decimal): -4564026 or 12999610. OLE color: 12999610.

HSL color Cylindrical-coordinate representation of color #BA5BC6: hue angle of 293.27º 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 #BA5BC6 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 91 198 -
CMYK 0.06 0.54 0 0.22
HSL 293.27º 0.48% 0.57% -
HSV(B) 293.27º 0.54% 0.78% -
XYZ 34.18 22 55.87 -
YUV 131.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 186 91 198 0.06 0.54 0 0.22 293.27 0.48 0.57
Hex BA 5B C6 6 36 0 16 125 30 39
Octal 272 133 306 6 66 0 26 445 60 71
Binary 10111010 1011011 11000110 110 110110 0 10110 100100101 110000 111001

Color Harmonies of #BA5BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BC6

Black with #BA5BC6

Text Example


Text Example

White with #BA5BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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