Html Css Color HEX #BA66AB Fuchsia

📋 copy color: '#BA66AB'

red 186 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #BA66AB

Tints of Fuchsia #BA66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 40.52%
G = 22.22%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA66AB (or 0xBA66AB) is known color: Fuchsia. HEX triplet: BA, 66 and AB. RGB value is (186,102,171). Sum of RGB (Red+Green+Blue) = 186+102+171=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66AB is #459954. Grayscale: #868686. Windows color (decimal): -4561237 or 11232954. OLE color: 11232954.

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

Color convert

RGB 186 102 171 -
CMYK 0 0.45 0.08 0.27
HSL 310.71º 0.38% 0.56% -
HSV(B) 310.71º 0.45% 0.73% -
XYZ 32.35 22.88 41.24 -
YUV 134.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 186 102 171 0 0.45 0.08 0.27 310.71 0.38 0.56
Hex BA 66 AB 0 2D 8 1B 137 26 38
Octal 272 146 253 0 55 10 33 467 46 70
Binary 10111010 1100110 10101011 0 101101 1000 11011 100110111 100110 111000

Color Harmonies of #BA66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66AB

Black with #BA66AB

Text Example


Text Example

White with #BA66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66AB; }

 p { color: rgb(186,102,171); }

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

background-color css

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

 a { background-color: rgb(186,102,171); }

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

border-color css

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

 span { border-color: rgb(186,102,171); }

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