Html Css Color HEX #BA6BAC Fuchsia

📋 copy color: '#BA6BAC'

red 186 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #BA6BAC

Tints of Fuchsia #BA6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 40%
G = 23.01%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA6BAC (or 0xBA6BAC) is known color: Fuchsia. HEX triplet: BA, 6B and AC. RGB value is (186,107,172). Sum of RGB (Red+Green+Blue) = 186+107+172=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAC is #459453. Grayscale: #898989. Windows color (decimal): -4559956 or 11299770. OLE color: 11299770.

HSL color Cylindrical-coordinate representation of color #BA6BAC: hue angle of 310.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BAC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 172 -
CMYK 0 0.42 0.08 0.27
HSL 310.63º 0.36% 0.57% -
HSV(B) 310.63º 0.42% 0.73% -
XYZ 32.95 23.93 41.91 -
YUV 138.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 186 107 172 0 0.42 0.08 0.27 310.63 0.36 0.57
Hex BA 6B AC 0 2A 8 1B 137 24 39
Octal 272 153 254 0 52 10 33 467 44 71
Binary 10111010 1101011 10101100 0 101010 1000 11011 100110111 100100 111001

Color Harmonies of #BA6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BAC

Black with #BA6BAC

Text Example


Text Example

White with #BA6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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